stop processing framework queue while in gpose

This commit is contained in:
Stanley Dimant
2022-09-09 14:21:20 +02:00
parent e5f7c2f72d
commit 3decdd55e9
4 changed files with 1 additions and 37 deletions

View File

@@ -66,7 +66,7 @@ namespace MareSynchronos.Utils
private void FrameworkOnUpdate(Framework framework)
{
if (_condition[ConditionFlag.BetweenAreas] || _condition[ConditionFlag.BetweenAreas51])
if (_condition[ConditionFlag.BetweenAreas] || _condition[ConditionFlag.BetweenAreas51] || IsInGpose)
{
return;
}