mcl_mobs: Remove unused string

This commit is contained in:
Wuzzy 2019-03-14 00:00:10 +01:00
parent 5aeb4aea74
commit 04c2da63ad
1 changed files with 0 additions and 1 deletions

View File

@ -2355,7 +2355,6 @@ local mob_punch = function(self, hitter, tflp, tool_capabilities, dir)
-- is mob protected?
if self.protected and hitter:is_player()
and minetest.is_protected(self.object:get_pos(), hitter:get_player_name()) then
minetest.chat_send_player(hitter:get_player_name(), S("Mob has been protected!"))
return
end