Fix crosshair

This commit is contained in:
BlockMen 2013-08-25 21:14:24 +02:00
parent 848c8074ef
commit 617a26587b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ end
--minetest.after(SAVE_INTERVAL, timer, SAVE_INTERVAL)
local function hide_builtin(player)
player:hud_set_flags({crosshair = false, hotbar = true, healthbar = false, wielditem = true, breathbar = false})
player:hud_set_flags({crosshair = true, hotbar = true, healthbar = false, wielditem = true, breathbar = false})
end