This commit is contained in:
2022-02-01 19:24:46 +00:00
parent 0c272efa9d
commit 940ea816ba
3 changed files with 82 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ namespace AyaNova.Api.ControllerHelpers
{
get
{
return _currentState != ServerState.Closed && !SYSTEM_LOCK;
return _currentState != ServerState.Closed && _currentState != ServerState.OpsOnly && !SYSTEM_LOCK ;
}
}