Release 1.4.11

- Fixed stack overflow in copyTable()
- Fixed interaction between weapon swap and skilsl granted by items
- Consolidated list controls using a new base class
This commit is contained in:
Openarl
2017-05-16 19:05:02 +10:00
parent 8a1c666b2d
commit eb91bcbf66
28 changed files with 1282 additions and 1840 deletions

View File

@@ -73,7 +73,7 @@ function ModListClass:Sum(modType, cfg, ...)
source = cfg.source
tabulate = cfg.tabulate
if tabulate then
cfg = copyTable(cfg)
cfg = copyTable(cfg, true)
cfg.tabulate = false
end
end