From 62d6d69c4d20e2baf06e8753dc08d0a355b4f46d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 10 Oct 2009 11:01:53 +0000 Subject: * Update restricted config strings from G_InitGame --- src/game/g_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_main.c') 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( ); } -- cgit