amend load msg's
This commit is contained in:
parent
1ad18f440a
commit
85e65b3eeb
6
pvp.lua
6
pvp.lua
@ -23,7 +23,7 @@ and minetest.settings:get_bool("protector_pvp") then
|
|||||||
|
|
||||||
if not player
|
if not player
|
||||||
or not hitter then
|
or not hitter then
|
||||||
print("[Protector] on_punchplayer called with nil objects")
|
print("[MOD] Protector - on_punchplayer called with nil objects")
|
||||||
end
|
end
|
||||||
|
|
||||||
if not hitter:is_player() then
|
if not hitter:is_player() then
|
||||||
@ -64,9 +64,9 @@ and minetest.settings:get_bool("protector_pvp") then
|
|||||||
|
|
||||||
end)
|
end)
|
||||||
else
|
else
|
||||||
print("[Protector] pvp_protect not active, update your version of Minetest")
|
print("[MOD] Protector - pvp_protect not active, update your version of Minetest")
|
||||||
|
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
print("[Protector] pvp_protect is disabled")
|
print("[MOD] Protector - pvp_protect is disabled")
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user