Patch
This commit is contained in:
3
init.lua
3
init.lua
@@ -67,7 +67,8 @@ if minetest.get_modpath("mcl_inventory") then
|
|||||||
-- Check PvP settings for both players
|
-- Check PvP settings for both players
|
||||||
if not is_pvp_enabled(obj) or not is_pvp_enabled(reason.source) then
|
if not is_pvp_enabled(obj) or not is_pvp_enabled(reason.source) then
|
||||||
if minetest.get_modpath("mcl_burning") then
|
if minetest.get_modpath("mcl_burning") then
|
||||||
mcl_burning.extinguish(obj) -- Extinguish the player if they are on fire
|
mcl_burning.extinguish(obj)
|
||||||
|
mcl_burning.extinguish(reason.source) -- Extinguish the player if they are on fire
|
||||||
end
|
end
|
||||||
return 0 -- No damage if PvP is disabled for either player
|
return 0 -- No damage if PvP is disabled for either player
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user