diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index 5cd140e5..70bc49a1 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -639,6 +639,8 @@ void G_InitGame( int levelTime, int randomSeed, int restart ) // So the server counts the spawns without a client attached G_CountSpawns( ); + G_UpdateTeamConfigStrings( ); + G_ResetPTRConnections( ); } |