This commit is contained in:
JohnCorby 2022-09-02 22:54:07 -07:00
parent 3cf3728e80
commit 18f97fca78

View File

@ -53,6 +53,7 @@ public static class QSBWorldSync
// yes it has to be this long for things to be the most stable with addons
if (QSBCore.Helper.Interaction.ModExists("xen.NewHorizons"))
{
// TODO: convince NH to use a boolean for Star System Loaded event instead of having to track it manually myself
await UniTask.DelayFrame(1000, cancellationToken: _cts.Token);
}