Merge pull request #3058 from Owain94/😴😴

This commit is contained in:
Owain van Brakel
2021-10-29 07:03:38 +02:00
committed by GitHub
4 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ object ProjectVersions {
const val launcherVersion = "2.2.0"
const val rlVersion = "1.8.0"
const val openosrsVersion = "4.13.2"
const val openosrsVersion = "4.13.3"
const val rsversion = 200
const val cacheversion = 165

View File

@@ -30,7 +30,7 @@ dependencies {
compileOnly(group = "org.projectlombok", name = "lombok", version = ProjectVersions.lombokVersion)
api(project(":cache"))
compileOnly(project(":cache"))
implementation(group = "com.google.code.findbugs", name = "jsr305", version = "3.0.2")
implementation(group = "com.google.guava", name = "guava", version = "30.1.1-jre")

View File

@@ -31,6 +31,7 @@ dependencies {
compileOnly(group = "commons-io", name = "commons-io", version = "2.8.0")
compileOnly(project(":injection-annotations"))
compileOnly(project(":runescape-api"))
compileOnly(project(":cache"))
}
tasks {

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)
{