Enable PvP during server startup.

This commit is contained in:
AKryukov92 2018-11-10 16:19:26 +06:00 committed by rubenwardy
parent f9d6ecd0bb
commit 7ed2aabfff

View file

@ -12,6 +12,7 @@ dofile(minetest.get_modpath("ctf_match") .. "/vote.lua")
ctf.register_on_init(function()
ctf._set("match.remove_player_on_leave", false)
minetest.settings:set_bool("enable_pvp", true)
end)
ctf_match.register_on_build_time_end(function()