Skip to content

Commit

Permalink
Fix luacheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Apr 20, 2024
1 parent 3781b42 commit d84bd58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/ctf/ctf_modebase/features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ return {
delete_queue = {ctf_map.current_map.pos1, ctf_map.current_map.pos2}
end
end,
-- 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
-- allocate_teams = function()
team_allocator = function(player)
player = PlayerName(player)

Expand Down

0 comments on commit d84bd58

Please sign in to comment.