Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Recompiled for ML 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafacasari committed Nov 15, 2021
1 parent 7364f60 commit de3e904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class ModInfo
public const string Description = "A SteamVR's Playspace clone for VRChat from Oculus Store";
public const string Author = "Rafa";
public const string Company = "RBX";
public const string Version = "1.1.4";
public const string Version = "1.2.0";
public const string DownloadLink = "https://github.com/Rafacasari/Playerspace-Mover/releases/latest/download/PlayspaceMover.dll";
}

Expand Down Expand Up @@ -77,7 +77,7 @@ private IEnumerator WaitInitialization()
yield break;
}

MelonLogger.Error("OVRCameraRig not found, this mod only work in Oculus for now!");
MelonLogger.Error("OVRCameraRig not found, this mod only work on Oculus! If u are using SteamVR, use the OVR Advanced Settings!");
}

public override void OnUpdate()
Expand Down

0 comments on commit de3e904

Please sign in to comment.