mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Refactored a bit of the connection process, added a GlobalConfig class to control behavior
This commit is contained in:
parent
ec83b1f868
commit
80c6ba05ff
94 changed files with 592 additions and 578 deletions
|
|
@ -98,7 +98,7 @@ public final class Npc extends PathingEntity {
|
|||
@OriginalMember(owner = "client!km", name = "b", descriptor = "(I)I")
|
||||
@Override
|
||||
protected final int method2688() {
|
||||
if (Static266.anInt5343 != 0 && this.aClass96_1.anIntArray357 != null) {
|
||||
if (Static266.game != 0 && this.aClass96_1.anIntArray357 != null) {
|
||||
@Pc(17) NpcType local17 = this.aClass96_1.method2932();
|
||||
if (local17 != null && local17.anInt3737 != -1) {
|
||||
return local17.anInt3737;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue