mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-09 23:01:50 +00:00
force spec/unassigned to always have the correct team num
This commit is contained in:
parent
4ca5b64b5f
commit
f0757e06f2
1 changed files with 2 additions and 2 deletions
|
@ -239,8 +239,8 @@ CFF_SH_Rules::CFF_SH_Rules()
|
|||
#ifndef CLIENT_DLL
|
||||
// Create the team managers
|
||||
// TODO: hook into lua
|
||||
AddTeam( "Unassigned" );
|
||||
AddTeam( "Spectators" );
|
||||
AddTeam( "Unassigned", FF_TEAM_UNASSIGNED );
|
||||
AddTeam( "Spectators", FF_TEAM_SPECTATE );
|
||||
|
||||
AddTeam( "Badass guys" );
|
||||
AddTeam( "COol dudes" );
|
||||
|
|
Loading…
Reference in a new issue