mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
touches
This commit is contained in:
parent
b4ea7baba4
commit
c8cf2afd87
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
using NAK.AASBufferFix.Properties;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue