its working (FUCK)

This commit is contained in:
NotAKidoS 2023-01-13 23:48:21 -06:00
parent 8f4d146ba0
commit 0f485ccaa3
6 changed files with 221 additions and 11 deletions

View file

@ -43,6 +43,7 @@ public class DesktopVRIKMod : MelonMod
System.Collections.IEnumerator WaitForLocalPlayer()
{
AssetsHandler.Load();
while (PlayerSetup.Instance == null)
yield return null;
PlayerSetup.Instance.gameObject.AddComponent<DesktopVRIK>();