panicm: remove hp change diagnostic messages (superseded by hpchange)

master
cron 2020-10-04 05:32:55 +00:00
parent 7e3c6b9cdd
commit 7e3e609825
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ end
minetest.register_on_damage_taken(function(hp)
local hhp=minetest.localplayer:get_hp()
minetest.display_chat_message("hp:"..hp)
minetest.display_chat_message("hhp:"..hhp)
if (hp==0 ) then return end
if ( hhp < paniclimit ) and (hhp >= 3 ) then
cpos=panicm.find_target(check_target)