pvpplus/init.lua

6 lines
238 B
Lua
Raw Permalink Normal View History

if not minetest.settings:get_bool("enable_pvp") then
2017-02-05 12:10:29 -08:00
minetest.log("error", "[PvP Plus] PvP Plus cannot work if PvP is disabled. Please enable PvP.")
else
2017-04-16 07:57:09 -07:00
dofile(minetest.get_modpath(minetest.get_current_modname()).."/pvp.lua")
2017-02-05 12:10:29 -08:00
end