Fixes/tidying

This commit is contained in:
Aaron Suen 2020-09-04 12:29:34 -04:00
parent 5b2e61be75
commit f8da98acf7
2 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

After

Width:  |  Height:  |  Size: 112 B

View File

@ -1,6 +1,6 @@
-- LUALOCALS < ---------------------------------------------------------
local math, nodecore
= math, nodecore
local math, minetest, nodecore
= math, minetest, nodecore
local math_floor
= math.floor
-- LUALOCALS > ---------------------------------------------------------
@ -38,9 +38,9 @@ local function sethotbar(player)
end
end
nodecore.register_playerstep({
label = "hotbar images",
action = sethotbar
})
label = "hotbar images",
action = sethotbar
})
nodecore.register_on_joinplayer("setup hotbar", function(player)
sethotbar(player)