mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
Readded a line that was unintwentionally deleted
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
f7a3599938
commit
249f240b85
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue