Move packets to Protocol class, general refactoring

This commit is contained in:
Pazaz 2022-04-25 02:41:31 -04:00
parent b3a5fdbec9
commit 49ccfc34ec
142 changed files with 3092 additions and 3089 deletions

View file

@ -19,10 +19,10 @@ public final class Static31 {
@OriginalMember(owner = "client!ch", name = "c", descriptor = "(I)V")
public static void method846() {
if (!SceneGraph.allLevelsAreVisible() && Static41.anInt1316 != Static55.level) {
Static127.method2463(Static55.level, Static52.anInt1695, Static80.centralZoneX, PlayerList.self.movementQueueZ[0], false, PlayerList.self.movementQueueX[0]);
} else if (Static55.level != Static107.anInt2875 && Static137.method2665(Static55.level)) {
Static107.anInt2875 = Static55.level;
if (!SceneGraph.allLevelsAreVisible() && Static41.anInt1316 != Player.level) {
Static127.method2463(Player.level, Static52.anInt1695, Static80.centralZoneX, PlayerList.self.movementQueueZ[0], false, PlayerList.self.movementQueueX[0]);
} else if (Player.level != Static107.anInt2875 && Static137.method2665(Player.level)) {
Static107.anInt2875 = Player.level;
Static269.method2218();
}
}