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
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2423,9 +2423,6 @@ public static class Buttons
2423
2423
2424
2424
newButtonInfo{buttonText="Detected Kick Gun",overlapText="Kick Gun",method=Detected.KickGun,disableMethod=()=>SerializePatch.OverrideSerialization=null,detected=true,toolTip="Kicks whoever your hand desires."},
2425
2425
newButtonInfo{buttonText="Detected Kick All",overlapText="Kick All",method=Detected.KickAll,disableMethod=()=>SerializePatch.OverrideSerialization=null,detected=true,toolTip="Kicks everyone in the room."},
newButtonInfo{buttonText="Detected Kick On Touch",overlapText="Kick On Touch",method=Detected.KickOnTouch,disableMethod=()=>SerializePatch.OverrideSerialization=null,detected=true,toolTip="Kicks players you touch."},
2428
-
newButtonInfo{buttonText="Detected Kick When Touched",overlapText="Kick When Touched",method=Detected.KickWhenTouched,detected=true,toolTip="Kicks players that touch you."},
2429
2426
2430
2427
newButtonInfo{buttonText="Detected Crash Gun",overlapText="Crash Gun",method=Detected.CrashGun,detected=true,toolTip="Crashes whoever your hand desires."},
2431
2428
newButtonInfo{buttonText="Detected Crash All",overlapText="Crash All",method=Detected.CrashAll,detected=true,toolTip="Crashes everyone in the room."},
0 commit comments