Don't replay to status OOB requests in Team Arena single player.
This commit is contained in:
@@ -552,7 +552,7 @@ static void SVC_Status( netadr_t from ) {
|
||||
char infostring[MAX_INFO_STRING];
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user