Readded a line that was unintwentionally deleted

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2013-08-25 23:24:25 +02:00
parent f7a3599938
commit 249f240b85

View file

@ -2239,6 +2239,7 @@ void G_Client_Disconnect( int32_t clientNum ) {
}
if ( (g_gametype.integer == GT_TOURNAMENT) && (ent->client->sess.sessionTeam == TEAM_FREE) && (level.intermissiontime != 0) ) {
trap_SendConsoleCommand( EXEC_APPEND, "map_restart 0\n" );
level.restarted = qtrue;
level.intermissiontime = 0;
}