Functional navbar (toggleable in ClientSettings) (#560)

* Fixed client frame offsets/padding

* Functional navbar (toggleable in ClientSettings)
This commit is contained in:
Pazaz
2023-01-28 17:06:05 -05:00
committed by GitHub
parent e517be1bfb
commit 62b26c5585
11 changed files with 218 additions and 29 deletions
+4 -1
View File
@@ -4672,7 +4672,10 @@ public class Game extends RSApplet {
mouseDetection.running = false;
}
mouseDetection = null;
onDemandFetcher.disable();
if (onDemandFetcher != null) {
// prevent an exception if the client hasn't connected but tries to close the client, so it will actually close
onDemandFetcher.disable();
}
onDemandFetcher = null;
aStream_834 = null;
stream = null;