forked from VoxeLibre/VoxeLibre
Fix #931
This commit is contained in:
parent
30379c823c
commit
6cc029a6e4
|
@ -1109,6 +1109,10 @@ if progressive_mode then
|
|||
local name = player:get_player_name()
|
||||
local data = player_data[name]
|
||||
|
||||
if not data or not data.inv_items then
|
||||
return
|
||||
end
|
||||
|
||||
meta:set_string("inv_items", serialize(data.inv_items))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue