Set default fps target to match refresh rate

This commit is contained in:
Pazaz 2022-04-27 12:15:45 -04:00
parent 30eb45fcf8
commit 2d9237530d
4 changed files with 8 additions and 6 deletions

View file

@ -144,7 +144,7 @@ public class Cheat {
Preferences.sentToServer = false;
}
if (arg0.startsWith(aClass100_623) && client.modeWhere != 0) {
Static115.method2312(arg0.substring(6).parseInt());
GameShell.setFpsTarget(arg0.substring(6).parseInt());
}
if (arg0.equalsIgnoreCase(aClass100_990)) {
throw new RuntimeException();