Remove default setting in wrong place

This commit is contained in:
rubenwardy 2015-07-13 17:14:49 +01:00
parent 37023888b4
commit 232cc7b35f

View File

@ -1,5 +1,4 @@
ctf.register_on_init(function()
ctf._set("players_can_change_team", true)
ctf._set("endgame.destroy_team", true)
ctf._set("endgame.break_alliances", true)
ctf._set("endgame.reset_on_winner", true)