project: Force disable for now, need some sleep first 😴

This commit is contained in:
Owain van Brakel
2021-10-29 07:03:10 +02:00
parent 29f6857639
commit abf04a389f
2 changed files with 3 additions and 2 deletions

View File

@@ -2435,7 +2435,8 @@ public abstract class RSClientMixin implements RSClient
@Inject
public void setUnlockedFps(boolean unlocked)
{
unlockedFps = unlocked;
// unlockedFps = unlocked;
unlockedFps = false;
if (unlocked)
{