This commit is contained in:
therealunull
2020-12-14 09:08:42 -05:00
parent aa44329202
commit a55f9502e2
115 changed files with 5376 additions and 267 deletions

View File

@@ -30,7 +30,7 @@ public final class Player extends Actor {
descriptor = "Lhh;"
)
@Export("appearance")
PlayerAppearance appearance;
PlayerComposition appearance;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = -1265111393
@@ -278,7 +278,7 @@ public final class Player extends Actor {
this.username = new Username(var1.readStringCp1252NullTerminated(), GrandExchangeOfferUnitPriceComparator.loginType); // L: 99
this.clearIsFriend(); // L: 100
this.clearIsInClanChat(); // L: 101
if (this == PlayerAppearance.localPlayer) { // L: 102
if (this == PlayerComposition.localPlayer) { // L: 102
RunException.localPlayerName = this.username.getName();
}
@@ -290,7 +290,7 @@ public final class Player extends Actor {
}
if (this.appearance == null) { // L: 107
this.appearance = new PlayerAppearance();
this.appearance = new PlayerComposition();
}
this.appearance.update(var4, var9, var2 == 1, var3); // L: 108