remove check_for_death call
This commit is contained in:
parent
911ff0dac2
commit
e2e57ffa0a
@ -230,7 +230,7 @@ local function default_on_step(
|
||||
elseif obj:get_luaentity().health then
|
||||
obj:get_luaentity().health = obj:get_luaentity().health - damage
|
||||
--minetest.chat_send_all("Danneggiato: "..obj:get_entity_name().." Vita: "..obj:get_luaentity().health)
|
||||
check_for_death(obj:get_luaentity())
|
||||
-- check_for_death(obj:get_luaentity())
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user