runescape-client: fix the thing

This commit is contained in:
ThatGamerBlue
2020-12-11 06:14:29 +00:00
parent f74baf08ce
commit 463bc42f5f
325 changed files with 35526 additions and 35531 deletions

View File

@@ -76,9 +76,6 @@ public final class BZip2State {
@Export("bsLive")
int bsLive;
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = -980784128
)
@Export("blockSize100k")
int blockSize100k;
@ObfuscatedName("y")
@@ -159,29 +156,29 @@ public final class BZip2State {
int field3797;
BZip2State() {
this.field3765 = 4096;
this.field3761 = 16;
this.field3762 = 258;
this.field3769 = 6;
this.field3783 = 50;
this.field3793 = 18002;
this.nextByte = 0;
this.next_out = 0;
this.unzftab = new int[256];
this.cftab = new int[257];
this.inUse = new boolean[256];
this.inUse16 = new boolean[16];
this.seqToUnseq = new byte[256];
this.ll8 = new byte[4096];
this.getAndMoveToFrontDecode_yy = new int[16];
this.selector = new byte[18002];
this.selectorMtf = new byte[18002];
this.temp_charArray2d = new byte[6][258];
this.limit = new int[6][258];
this.base = new int[6][258];
this.perm = new int[6][258];
this.minLens = new int[6];
}
this.field3765 = 4096; // L: 4
this.field3761 = 16; // L: 5
this.field3762 = 258; // L: 6
this.field3769 = 6; // L: 7
this.field3783 = 50; // L: 8
this.field3793 = 18002; // L: 9
this.nextByte = 0; // L: 11
this.next_out = 0; // L: 14
this.unzftab = new int[256]; // L: 25
this.cftab = new int[257]; // L: 27
this.inUse = new boolean[256]; // L: 30
this.inUse16 = new boolean[16]; // L: 31
this.seqToUnseq = new byte[256]; // L: 32
this.ll8 = new byte[4096]; // L: 33
this.getAndMoveToFrontDecode_yy = new int[16]; // L: 34
this.selector = new byte[18002]; // L: 35
this.selectorMtf = new byte[18002]; // L: 36
this.temp_charArray2d = new byte[6][258]; // L: 37
this.limit = new int[6][258]; // L: 38
this.base = new int[6][258]; // L: 39
this.perm = new int[6][258]; // L: 40
this.minLens = new int[6]; // L: 41
} // L: 44
@ObfuscatedName("le")
@ObfuscatedSignature(
@@ -190,8 +187,8 @@ public final class BZip2State {
)
@Export("Clan_leaveChat")
static final void Clan_leaveChat() {
PacketBufferNode var0 = ItemContainer.getPacketBufferNode(ClientPacket.field2285, Client.packetWriter.isaacCipher);
var0.packetBuffer.writeByte(0);
Client.packetWriter.addNode(var0);
}
PacketBufferNode var0 = ItemContainer.getPacketBufferNode(ClientPacket.field2285, Client.packetWriter.isaacCipher); // L: 11039
var0.packetBuffer.writeByte(0); // L: 11040
Client.packetWriter.addNode(var0); // L: 11041
} // L: 11042
}