mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Don't replay to status OOB requests in Team Arena single player.
This commit is contained in:
parent
027ea8d6d3
commit
b82c02fc03
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ static void SVC_Status( netadr_t from ) {
|
||||||
char infostring[MAX_INFO_STRING];
|
char infostring[MAX_INFO_STRING];
|
||||||
|
|
||||||
// ignore if we are in single player
|
// ignore if we are in single player
|
||||||
if ( Cvar_VariableValue( "g_gametype" ) == GT_SINGLE_PLAYER ) {
|
if ( Cvar_VariableValue( "g_gametype" ) == GT_SINGLE_PLAYER || Cvar_VariableValue("ui_singlePlayerActive")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue