mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 18:44:15 +01:00
freeze mare synced characters on gpose
This commit is contained in:
parent
ccfb314337
commit
627efdd012
5 changed files with 54 additions and 4 deletions
|
|
@ -125,6 +125,8 @@ namespace MareSynchronos.Managers
|
|||
|
||||
private void PlayerChanged()
|
||||
{
|
||||
if (_dalamudUtil.IsInGpose) return;
|
||||
|
||||
Logger.Debug("Player changed: " + _dalamudUtil.PlayerName);
|
||||
_playerChangedCts?.Cancel();
|
||||
_playerChangedCts = new CancellationTokenSource();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue