From 86127b0c6ea40dfcec8aabae1d539064edc9afc5 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Sun, 27 Jul 2014 18:25:51 +0100 Subject: [PATCH] Fix disappearing HP bar bug caused by set_hud_flags --- shooter.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shooter.lua b/shooter.lua index 9268c0d..1b437f9 100644 --- a/shooter.lua +++ b/shooter.lua @@ -400,7 +400,3 @@ function shooter:blast(pos, radius, fleshy, distance) vm:update_map() end -minetest.register_on_joinplayer(function(player) - player:hud_set_flags({crosshair = true}) -end) -