mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Set default fps target to match refresh rate
This commit is contained in:
parent
30eb45fcf8
commit
2d9237530d
4 changed files with 8 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue