Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCorby committed Apr 25, 2024
1 parent 62988a8 commit fa04c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QSB/Menus/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ private void Host(bool newMultiplayerSave)
LoadGame(PlayerData.GetWarpedToTheEye());
// wait until scene load and then wait until Start has ran
// why is this done????? things seem to work with or without it
Delay.RunWhen(() => TimeLoop._initialized, QSBNetworkManager.singleton.StartHost);
};

Expand All @@ -657,6 +658,7 @@ private void Host(bool newMultiplayerSave)
{
LoadGame(PlayerData.GetWarpedToTheEye());
// wait until scene load and then wait until Start has ran
// why is this done????? things seem to work with or without it
Delay.RunWhen(() => TimeLoop._initialized, QSBNetworkManager.singleton.StartHost);
}
}
Expand Down

0 comments on commit fa04c53

Please sign in to comment.