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: Mods/Buttons.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1275,6 +1275,8 @@ public class Buttons
1275
1275
newButtonInfo{buttonText="Get Decryptable Cosmetic Data",method=()=>Miscellaneous.DecryptableCosmeticData(),isTogglable=false,toolTip="Dumps the cosmetics and their data to a easily decryptable file for databases."},
1276
1276
newButtonInfo{buttonText="Get RPC Data",method=()=>Miscellaneous.DumpRPCData(),isTogglable=false,toolTip="Dumps the data of every RPC to a file."},
1277
1277
1278
+
newButtonInfo{buttonText="Copy Custom Gamemode Script",method=()=>Miscellaneous.CopyCustomGamemodeScript(),isTogglable=false,toolTip="Copies the lua script source code of the current custom map being played."},
1279
+
1278
1280
newButtonInfo{buttonText="Better FPS Boost",enableMethod=()=>Experimental.BetterFPSBoost(),disableMethod=()=>Experimental.DisableBetterFPSBoost(),toolTip="Makes everything one color, boosting your FPS."},
1279
1281
1280
1282
newButtonInfo{buttonText="Disorganize Menu",method=()=>Settings.DisorganizeMenu(),isTogglable=false,toolTip="Disorganizes the entire menu. This cannot be undone."},
@@ -1301,7 +1303,7 @@ public class Buttons
1301
1303
1302
1304
newButtonInfo[]{// Overpowered Settings [31]
1303
1305
newButtonInfo{buttonText="Exit Overpowered Settings",method=()=>currentCategoryName="Settings",isTogglable=false,toolTip="Returns you back to the settings menu."},
1304
-
newButtonInfo{buttonText="Disable Snowball Impact Effects",method=()=>Overpowered.DisableSnowballImpactEffect(),toolTip="Disables the impact effect that people get when hit with snowballs."}
1306
+
newButtonInfo{buttonText="Disable Snowball Impact Effect",method=()=>Overpowered.DisableSnowballImpactEffect(),toolTip="Disables the impact effect that people get when hit with snowballs."}
0 commit comments