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

@@ -394,7 +394,7 @@ public enum AttackOption implements Enumerated {
}
var24.append("").append(var7); // L: 376
PlayerAppearance.RunException_sendStackTrace(var24.toString(), var27); // L: 377
PlayerComposition.RunException_sendStackTrace(var24.toString(), var27); // L: 377
}
} finally {
if (Interpreter.field1104) { // L: 381
@@ -438,7 +438,7 @@ public enum AttackOption implements Enumerated {
garbageValue = "1150447373"
)
static void method2138() {
if (PlayerAppearance.localPlayer.x >> 7 == Client.destinationX && PlayerAppearance.localPlayer.y >> 7 == Client.destinationY) { // L: 4702
if (PlayerComposition.localPlayer.x >> 7 == Client.destinationX && PlayerComposition.localPlayer.y >> 7 == Client.destinationY) { // L: 4702
Client.destinationX = 0; // L: 4703
}