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

wsc-master-rebase
cron 2020-10-04 05:32:55 +00:00 committed by Schmappie Eldress
parent da884b463b
commit d4b199f3be
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)