1
0
zrcadlo https://github.com/minetest-mods/MoreMesecons.git synchronizováno 2025-07-03 00:40:24 +02:00

Fix crash when using the playerkiller

Fixes #9
Tento commit je obsažen v:
upsilon
2018-08-20 10:42:11 +02:00
rodič 8a56370ce8
revize 2b2faeca02

Zobrazit soubor

@ -30,7 +30,7 @@ local kill_nearest_player = function(pos)
-- And kill him
nearest:set_hp(0)
minetest.log("action", "Player "..owner.." kills player "..nearest.." using a MoreMesecons Player Killer.")
minetest.log("action", "Player "..owner.." kills player "..nearest:get_player_name().." using a MoreMesecons Player Killer.")
end
minetest.register_craft({