Minor fix

This commit is contained in:
Jean-Patrick Guerrero 2020-12-31 00:46:22 +01:00
parent d6d113eccc
commit 6eb26842cd
1 changed files with 4 additions and 0 deletions

View File

@ -2060,6 +2060,10 @@ local function init_data(player, name)
after(0, function()
local data = pdata[name]
if data.fs_version < MIN_FORMSPEC_VERSION then
return outdated(name)
end
if progressive_mode then
local items = get_filtered_items(player, data)
data.items_raw = items