mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 05:34:15 +01:00
stop processing framework queue while in gpose
This commit is contained in:
parent
e5f7c2f72d
commit
3decdd55e9
4 changed files with 1 additions and 37 deletions
|
|
@ -163,16 +163,6 @@ public class CachedPlayer
|
|||
ApplyBaseData(moddedPaths);
|
||||
}
|
||||
|
||||
if (_dalamudUtil.IsInGpose)
|
||||
{
|
||||
Logger.Verbose("Player is in GPose, waiting");
|
||||
while (_dalamudUtil.IsInGpose)
|
||||
{
|
||||
await Task.Delay(TimeSpan.FromSeconds(0.5));
|
||||
downloadToken.ThrowIfCancellationRequested();
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var kind in objectKind)
|
||||
{
|
||||
ApplyCustomizationData(kind);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue