force spec/unassigned to always have the correct team num

This commit is contained in:
Dexter 2013-11-09 18:54:23 +00:00 committed by squeek
parent 4ca5b64b5f
commit f0757e06f2

View file

@ -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" );