silly grammar

This commit is contained in:
JohnCorby 2022-08-15 15:06:19 -07:00
parent 834d0c38c6
commit a980322f90
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ internal class TimePatches : QSBPatch
/// <summary>
/// prevents wakeup prompt since we automatically wake you up.
/// (doesn't happen for host because we don't patch until TimeLoop._initialized I.E. after Start)
/// (doesn't happen for host because we don't patch until TimeLoop._initialized i.e. after Start)
/// </summary>
[HarmonyPrefix]
[HarmonyPatch(typeof(PlayerCameraEffectController), nameof(PlayerCameraEffectController.OnStartOfTimeLoop))]

View File

@ -187,7 +187,7 @@ public static class QSBWorldSync
if (QSBCore.IsInMultiplayer && loadScene.IsUniverseScene())
{
// So objects have time to be deleted, made, whatever
// I.E. wait until Start has been called
// i.e. wait until Start has been called
Delay.RunNextFrame(() => BuildWorldObjects(loadScene).Forget());
}
};