We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2379b commit 2b847ceCopy full SHA for 2b847ce
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 = 5, max = 240
344
)
345
public static int unfocusedFPSAmount = 60;
346
0 commit comments