This commit is contained in:
@@ -185,7 +185,7 @@ namespace AyaNova.Api.ControllerHelpers
|
||||
{
|
||||
get
|
||||
{
|
||||
return _currentState != ServerState.Closed && !SYSTEM_LOCK;
|
||||
return _currentState != ServerState.Closed && _currentState != ServerState.OpsOnly && !SYSTEM_LOCK ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user