wait for pair initialize

This commit is contained in:
rootdarkarchon
2023-04-21 10:55:53 +02:00
parent e4b3a79f2b
commit a59318896e

View File

@@ -141,7 +141,7 @@ public class Pair
ShownHonorificWarning = _configService.Current.DisableOptionalPluginWarnings,
};
CachedPlayer.Initialize(name);
CachedPlayer.Initialize(name).Wait();
ApplyLastReceivedData();