Skip to content

Commit

Permalink
Enable PvP during server startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
AKryukov92 authored and rubenwardy committed Nov 10, 2018
1 parent f9d6ecd commit 7ed2aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/ctf_match/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7ed2aab

Please sign in to comment.