mirror of
https://github.com/Caraxi/mare.client.git
synced 2026-02-15 14:57:42 +01:00
cleanup
This commit is contained in:
parent
f8993916bd
commit
ae5f1e9527
12 changed files with 170 additions and 121 deletions
|
|
@ -124,7 +124,7 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
|
|||
|
||||
private async Task WaitForPlayerAndLaunchCharacterManager()
|
||||
{
|
||||
while (!_dalamudUtil.IsPlayerPresent)
|
||||
while (!await _dalamudUtil.GetIsPlayerPresentAsync().ConfigureAwait(false))
|
||||
{
|
||||
await Task.Delay(100).ConfigureAwait(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue