Skip to content

Commit

Permalink
Disable parties by default (controllable with a setting)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Jan 11, 2025
1 parent 58e47ae commit 8fef34b
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 373 deletions.
1 change: 0 additions & 1 deletion mods/ctf/ctf_teams/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ end

local tpos = 1
function ctf_teams.default_team_allocator(player)
print("default team allocator ran")
if #ctf_teams.current_team_list <= 0 then return end -- No teams initialized yet
player = PlayerName(player)

Expand Down
Loading

0 comments on commit 8fef34b

Please sign in to comment.