We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2379b commit 4f1b543Copy full SHA for 4f1b543
src/main/java/club/sk1er/patcher/config/PatcherConfig.java
@@ -340,7 +340,7 @@ public class PatcherConfig extends Config {
340
name = "Unfocused FPS Amount",
341
description = "Change the maximum FPS when you're not tabbed into the window, saving resources.",
342
category = "Miscellaneous", subcategory = "General",
343
- min = 15, max = 240
+ min = 1, max = 240
344
)
345
public static int unfocusedFPSAmount = 60;
346
0 commit comments