Don't replay to status OOB requests in Team Arena single player.

This commit is contained in:
Zack Middleton 2012-08-16 21:38:02 +00:00
parent 027ea8d6d3
commit b82c02fc03
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}