diff options
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r-- | src/game/g_main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index 0a2a37bd..6766e9ef 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -627,8 +627,6 @@ void G_InitGame( int levelTime, int randomSeed, int restart ) G_CountSpawns( ); G_UpdateTeamConfigStrings( ); - - G_ResetPTRConnections( ); if( g_lockTeamsAtStart.integer ) { @@ -679,7 +677,7 @@ void G_ShutdownGame( int restart ) G_WriteSessionData( ); G_admin_cleanup( ); - G_admin_namelog_cleanup( ); + G_namelog_cleanup( ); G_UnregisterCommands( ); G_ShutdownMapRotations( ); |