summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/g_main.c2
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( );
}