Skip to content

Commit a077f7f

Browse files
committed
luacheck fix
1 parent 5d577a5 commit a077f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/bones/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ end
123123

124124
-- slot reordering to make sure the first rows of the bone are always populated
125125
local function bones_inv_reorder(meta)
126-
local next_empty=1 -- there are no empty slots inside the bones before this
127-
local next_populated=1 -- there are no populated slots preceded by unpopulated slots before this
126+
local next_empty=1 -- there are no empty slots inside the bones before this
127+
local next_populated -- there are no populated slots preceded by unpopulated slots before this
128128
local inv=meta:get_inventory()
129129
next_empty=find_next_empty(inv,"main",next_empty)
130130
if next_empty < 0 then

0 commit comments

Comments
 (0)