This commit is contained in:
NotAKidoS 2023-04-27 05:22:40 -05:00
parent b4ea7baba4
commit c8cf2afd87
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
using NAK.AASBufferFix.Properties;
using System.Reflection;
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]

View file

@ -9,7 +9,7 @@ internal class HarmonyPatches
{
//Support for changing VRMode during runtime.
[HarmonyPostfix]
[HarmonyPatch(typeof(PlayerSetup), "CalibrateAvatar")]
[HarmonyPatch(typeof(PlayerSetup), nameof(PlayerSetup.CalibrateAvatar))]
private static void CheckVRModeOnSwitch()
{
if (Blackout.inVR != MetaPort.Instance.isUsingVr)