diff options
author | BlockMen <nmuelll@web.de> | 2013-08-25 21:14:24 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2013-08-25 21:14:24 +0200 |
commit | 617a26587b6270f3d1fe2605a79c2a2226bbad72 (patch) | |
tree | 8542c65845a4c03be2a228967cc8ae86bcae8e4a | |
parent | 848c8074ef1a77dd142f89b366d249c642d4d6fa (diff) |
Fix crosshair
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |