mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -07:00
Moved p1isaac calls to ClientProt, need to organize them outside of this class later
This commit is contained in:
parent
11db30a704
commit
dc6deb9151
22 changed files with 1284 additions and 1277 deletions
|
|
@ -614,7 +614,7 @@ public final class client extends GameShell {
|
|||
aShortArray88 = aShortArray19 = aShortArray74 = aShortArray87 = new short[256];
|
||||
Static114.method4637();
|
||||
Static261.aBoolean298 = false;
|
||||
Static59.method1373();
|
||||
ClientProt.method1373();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!client", name = "f", descriptor = "(I)V")
|
||||
|
|
@ -1034,7 +1034,7 @@ public final class client extends GameShell {
|
|||
priorityRequest = (HookRequest) InterfaceList.lowPriorityRequests.removeHead();
|
||||
if (priorityRequest == null) {
|
||||
if (Static105.aClass13_14 != null) {
|
||||
Static4.method28();
|
||||
ClientProt.method28();
|
||||
}
|
||||
if (Static33.openUrlRequest != null && Static33.openUrlRequest.status == 1) {
|
||||
if (Static33.openUrlRequest.result != null) {
|
||||
|
|
@ -1526,7 +1526,7 @@ public final class client extends GameShell {
|
|||
this.mainLoad();
|
||||
GameShell.resetTimer();
|
||||
} else if (gameState == 25 || gameState == 28) {
|
||||
Static78.rebuildMap();
|
||||
ClientProt.rebuildMap();
|
||||
}
|
||||
if (gameState == 10) {
|
||||
this.mainUpdate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue