Fixes/tidying
This commit is contained in:
parent
5b2e61be75
commit
f8da98acf7
Binary file not shown.
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 112 B |
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user