[CVRGizmos] Cleanup

This commit is contained in:
NotAKidoS 2023-08-14 18:53:24 -05:00
parent c9d77dc034
commit a390652dec
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ public class CVRGizmos : MelonMod
MelonLoader.MelonCoroutines.Start(WaitForLocalPlayer());
}
IEnumerator WaitForLocalPlayer()
private IEnumerator WaitForLocalPlayer()
{
while (PlayerSetup.Instance == null)
yield return null;