mirror of
https://github.com/Mestima/wanda.git
synced 2025-06-27 12:49:37 +00:00
codestyle update
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user