File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1515using iiMenu . Mods . Spammers ;
1616using iiMenu . Notifications ;
1717using iiMenu . Patches . Menu ;
18+ using Oculus . Interaction . Samples ;
1819using Photon . Pun ;
1920using Photon . Realtime ;
2021using Photon . Voice ;
@@ -2671,9 +2672,20 @@ public static void SlingshotTriggerBot()
26712672 paintbrawlTriggerLine . enabled = false ;
26722673
26732674 if ( paintbrawlTriggerLine . startColor == Color . green && Time . time > triggerBotDelay )
2674- {
26752675 triggerBotDelay = Time . time + 0.2f ;
2676- localSlingshot . OnRelease ( null , localSlingshot . drawingHand ) ;
2676+
2677+ if ( Time . time < triggerBotDelay )
2678+ {
2679+ if ( localSlingshot . ForLeftHandSlingshot ( ) )
2680+ {
2681+ ControllerInputPoller . instance . rightControllerGripFloat = 0f ;
2682+ ControllerInputPoller . instance . rightGrab = false ;
2683+ }
2684+ else
2685+ {
2686+ ControllerInputPoller . instance . leftControllerGripFloat = 0f ;
2687+ ControllerInputPoller . instance . leftGrab = false ;
2688+ }
26772689 }
26782690 }
26792691
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public class PluginInfo
55 public const string GUID = "org.iidk.gorillatag.iimenu" ;
66 public const string Name = "ii's Stupid Menu" ;
77 public const string Description = "Created by @crimsoncauldron with love <3" ;
8- public const string BuildTimestamp = "2025-09-20T01:07:45Z " ;
8+ public const string BuildTimestamp = "2025-09-20T01:37:11Z " ;
99 public const string Version = "7.1.0" ;
1010
1111 public const string BaseDirectory = "iisStupidMenu" ;
You can’t perform that action at this time.
0 commit comments