Skip to content

Commit d84bd58

Browse files
committed
Fix luacheck warning
1 parent 3781b42 commit d84bd58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mods/ctf/ctf_modebase/features.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ return {
492492
delete_queue = {ctf_map.current_map.pos1, ctf_map.current_map.pos2}
493493
end
494494
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
495+
-- 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()
496497
team_allocator = function(player)
497498
player = PlayerName(player)
498499

0 commit comments

Comments
 (0)