mirror of
https://github.com/mt-mods/dreambuilder_hotbar.git
synced 2025-01-26 05:21:28 +01:00
fix typo
This commit is contained in:
parent
26d270bb83
commit
80e2d796c4
2
init.lua
2
init.lua
@ -59,7 +59,7 @@ minetest.register_chatcommand("hotbar", {
|
||||
local player = minetest.get_player_by_name(name)
|
||||
player:hud_set_hotbar_itemcount(hotbar_size)
|
||||
minetest.chat_send_player(name, "[_] Hotbar size set to " ..hotbar_size.. ".")
|
||||
player:hud_set_hotbar_image(themename.."_gui_hb_bg_"..hotbar_size..".png")
|
||||
player:hud_set_hotbar_image(themename.."gui_hb_bg_"..hotbar_size..".png")
|
||||
save_hotbar_settings()
|
||||
end,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user