mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:17:22 +01:00
don't check for updated token during zoning
This commit is contained in:
parent
681a4e1d2a
commit
88d0ab2d99
2 changed files with 13 additions and 2 deletions
|
|
@ -673,7 +673,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||
_lastZone = zone;
|
||||
if (!_sentBetweenAreas)
|
||||
{
|
||||
_logger.LogDebug("Zone switch/Gpose start");
|
||||
_logger.LogDebug("Zone switch start");
|
||||
_sentBetweenAreas = true;
|
||||
Mediator.Publish(new ZoneSwitchStartMessage());
|
||||
Mediator.Publish(new HaltScanMessage(nameof(ConditionFlag.BetweenAreas)));
|
||||
|
|
@ -685,7 +685,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||
|
||||
if (_sentBetweenAreas)
|
||||
{
|
||||
_logger.LogDebug("Zone switch/Gpose end");
|
||||
_logger.LogDebug("Zone switch end");
|
||||
_sentBetweenAreas = false;
|
||||
Mediator.Publish(new ZoneSwitchEndMessage());
|
||||
Mediator.Publish(new ResumeScanMessage(nameof(ConditionFlag.BetweenAreas)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue