diff options
author | Tim Angus <tim@ngus.net> | 2009-10-10 11:01:53 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:45 +0000 |
commit | 62d6d69c4d20e2baf06e8753dc08d0a355b4f46d (patch) | |
tree | 93442330be02f8e67b1adf6766d185518ee2cf61 /src/game/g_main.c | |
parent | 1480804b941ebd2b783aa09dfc333e783ebae3a9 (diff) |
* Update restricted config strings from G_InitGame
Diffstat (limited to 'src/game/g_main.c')
-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( ); } |