File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,18 +287,18 @@ if settingsStatList then
287
287
end
288
288
end
289
289
if stat .extraSaveStat then
290
- stat .extraSaveStat = nil
290
+ stat .extraSaveStat = ( not found ) and stat . extraSaveStat or nil
291
291
if not (stat .displayStat or stat .minionDisplayStat ) then
292
292
t_insert (extraSaveStats , stat .stat )
293
293
end
294
294
end
295
295
if stat .displayStat then
296
- stat .displayStat = nil
296
+ stat .displayStat = ( not found ) and stat . displayStat or nil
297
297
t_insert (displayStats , stat )
298
298
statCount = statCount + 1
299
299
end
300
300
if stat .minionDisplayStat then
301
- stat .minionDisplayStat = nil
301
+ stat .minionDisplayStat = ( not found ) and stat . minionDisplayStat or nil
302
302
t_insert (minionDisplayStats , stat )
303
303
end
304
304
end
You can’t perform that action at this time.
0 commit comments