mirror of
https://github.com/Mestima/wanda.git
synced 2025-06-27 20:59:42 +00:00
codestyle update
This commit is contained in:
@ -32,7 +32,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
for k, v in pairs(params) do
|
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
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user