mirror of
https://github.com/Mestima/wanda.git
synced 2025-05-03 05:30:15 +00:00
codestyle update
This commit is contained in:
parent
7a81536e89
commit
2a952328f5
@ -32,7 +32,7 @@ end
|
||||
|
||||
|
||||
for k, v in pairs(params) do
|
||||
containers.MAXITEMSLOTS = math.max(containers.MAXITEMSLOTS, v.widget.slotpos and #v.widget.slotpos or 0)
|
||||
containers.MAXITEMSLOTS = math.max(containers.MAXITEMSLOTS, v.widget.slotpos ~= nil and #v.widget.slotpos or 0)
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user