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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user