You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Menu/Buttons.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -890,6 +890,7 @@ public class Buttons
890
890
newButtonInfo{buttonText="Start All Races",method=()=>Fun.StartAllRaces(),isTogglable=false,toolTip="Starts every race in the hoverboard map."},
891
891
892
892
newButtonInfo{buttonText="Override Hand Link",method=()=>Patches.GroundedPatch.enabled=true,disableMethod=()=>Patches.GroundedPatch.enabled=false,toolTip="Prioritizes you when you or others grab onto you."},
893
+
newButtonInfo{buttonText="Disable Hand Link",method=()=>{VRRig.LocalRig.leftHandLink.BreakLink();VRRig.LocalRig.rightHandLink.BreakLink();},toolTip="Disables you from grabbing onto other players and them from grabbing onto you."},
893
894
newButtonInfo{buttonText="Anti Hand Link",method=()=>Patches.HandLinkPatch.enabled=true,disableMethod=()=>Patches.HandLinkPatch.enabled=false,toolTip="Disables you from moving when grabbing onto other players."},
894
895
895
896
newButtonInfo{buttonText="Fast Throw Players",method=()=>Patches.ReleasePatch.enabled=true,disableMethod=()=>Patches.ReleasePatch.enabled=false,toolTip="Makes players go really fast when you throw them."},
@@ -1505,9 +1506,6 @@ public class Buttons
1505
1506
newButtonInfo{buttonText="Admin Disable Menu All",method=()=>Experimental.AdminLockdownAll(true),toolTip="Disables the menu of whoever your hand desires if they're using one."},
1506
1507
newButtonInfo{buttonText="Admin Enable Menu All",method=()=>Experimental.AdminLockdownAll(false),toolTip="Enables the menu of whoever your hand desires if they're using one."},
1507
1508
1508
-
newButtonInfo{buttonText="Admin Fully Disable Menu All",method=()=>Experimental.AdminFullLockdownAll(true),toolTip="Disables the menu of whoever your hand desires and turns off their mods if they're using one."},
1509
-
newButtonInfo{buttonText="Admin Fully Enable Menu All",method=()=>Experimental.AdminFullLockdownAll(false),toolTip="Enables the menu of whoever your hand desires and turns off their mods if they're using one."},
1510
-
1511
1509
newButtonInfo{buttonText="Admin Teleport Gun",method=()=>Experimental.AdminTeleportGun(),toolTip="Teleports whoever using the menu to wherever your hand desires."},
1512
1510
newButtonInfo{buttonText="Admin Fling Gun",method=()=>Experimental.AdminFlingGun(),toolTip="Flings whoever your hand desires upwards."},
1513
1511
newButtonInfo{buttonText="Admin Strangle",method=()=>Experimental.AdminStrangle(),toolTip="Strangles whoever you grab if they're using the menu."},
0 commit comments