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
@@ -105,22 +105,22 @@ public void scale(@Parameter
105
105
Patcher.instance.forceSaveConfig();
106
106
}
107
107
108
-
@Command(value = "sendcoords", description = "Send your current coordinates in chat. Anything after 'sendcoords' will be put at the end of the message.")
@Handler(value = "sendcoords", description = "Send your current coordinates in chat. Anything after 'sendcoords' will be put at the end of the message.")
@Command(value = "fps", description = "Choose what to limit the game's framerate to outside of Minecraft's options. 0 will use your normal framerate.")
123
-
publicvoidfps(@Parameter("amount") intamount) {
122
+
@Handler(value = "fps", description = "Choose what to limit the game's framerate to outside of Minecraft's options. 0 will use your normal framerate.")
123
+
publicvoidfps(@Param("amount") intamount) {
124
124
if (amount < 0) {
125
125
ChatUtilities.sendNotification("Custom FPS Limiter", "You cannot set your framerate to a negative number.");
0 commit comments