File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/runejs/client Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2170,7 +2170,7 @@ public void connectUpdateServer() {
2170
2170
}
2171
2171
}
2172
2172
2173
- public void method24 () {
2173
+ public void close () {
2174
2174
if (mouseCapturer != null )
2175
2175
mouseCapturer .aBoolean913 = false ;
2176
2176
mouseCapturer = null ;
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public synchronized void closeGameShell() {
99
99
/* empty */
100
100
}
101
101
try {
102
- method24 ();
102
+ close ();
103
103
} catch (Exception exception ) {
104
104
/* empty */
105
105
}
@@ -166,7 +166,7 @@ public void focusLost(FocusEvent arg0) {
166
166
clientFocused = false ;
167
167
}
168
168
169
- public abstract void method24 ();
169
+ public abstract void close ();
170
170
171
171
public synchronized void paint (Graphics arg0 ) {
172
172
if (this == currentGameShell && !PacketBuffer .closedClient ) {
You can’t perform that action at this time.
0 commit comments