We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3781b42 commit d84bd58Copy full SHA for d84bd58
mods/ctf/ctf_modebase/features.lua
@@ -492,7 +492,8 @@ return {
492
delete_queue = {ctf_map.current_map.pos1, ctf_map.current_map.pos2}
493
end
494
end,
495
- -- allocate_teams = function() -- If you set this in a mode def it will replace the call to ctf_teams.allocate_teams() in match.lua
+ -- If you set this in a mode def it will replace the call to ctf_teams.allocate_teams() in match.lua
496
+ -- allocate_teams = function()
497
team_allocator = function(player)
498
player = PlayerName(player)
499
0 commit comments