diff options
author | BlockMen <nmuelll@web.de> | 2013-07-02 17:11:21 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2013-07-02 17:11:21 +0200 |
commit | fb9516c15f83ea23546f0aa374327224ba4847d7 (patch) | |
tree | 9b11dff740511924c36cd073472892d139af9da5 /init.lua | |
parent | 74889570ef662430ec0e2fa35d2980b7befc1d9b (diff) |
Fix typo
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ if set then dofile(minetest.get_modpath("hud").."/hud.conf") 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 = DISABLE_DROWNING}) + player:hud_set_flags({crosshair = false, hotbar = true, healthbar = false, wielditem = true, breathbar = HUD_DISABLE_DROWNING}) end |