mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
wait MORE
This commit is contained in:
parent
35ec153533
commit
133414111a
@ -186,9 +186,8 @@ public static class QSBWorldSync
|
|||||||
{
|
{
|
||||||
if (QSBCore.IsInMultiplayer && loadScene.IsUniverseScene())
|
if (QSBCore.IsInMultiplayer && loadScene.IsUniverseScene())
|
||||||
{
|
{
|
||||||
// So objects have time to be deleted, made, whatever
|
// wait a gorbillion frames for new horizons lool
|
||||||
// i.e. wait until Start has been called
|
Delay.RunFramesLater(1000, () => BuildWorldObjects(loadScene).Forget());
|
||||||
Delay.RunNextFrame(() => BuildWorldObjects(loadScene).Forget());
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user