File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ public static void FakeOculusMenu()
9090 GTPlayer . Instance . GetControllerTransform ( false ) . rotation = Camera . main . transform . rotation * Quaternion . Euler ( - 55f , - 49f , 0f ) ;
9191 }
9292
93+ Movement . SetHandEnabled ( ! leftPrimary ) ;
9394 }
9495
9596 public static void FakeReportMenu ( )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class PluginInfo
2626 public const string GUID = "org.iidk.gorillatag.iimenu" ;
2727 public const string Name = "ii's Stupid Menu" ;
2828 public const string Description = "Created by @crimsoncauldron with love <3" ;
29- public const string BuildTimestamp = "2025-11-23T23:34:58Z " ;
29+ public const string BuildTimestamp = "2025-11-24T22:14:48Z " ;
3030 public const string Version = "7.8.0" ;
3131
3232 public const string BaseDirectory = "iisStupidMenu" ;
You can’t perform that action at this time.
0 commit comments