mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Functional navbar (toggleable in ClientSettings) (#560)
* Fixed client frame offsets/padding * Functional navbar (toggleable in ClientSettings)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user