More rs-client refactoring

This commit is contained in:
Lucas
2019-07-06 14:26:03 +02:00
parent 1f984a81ca
commit 5d506e9bda
66 changed files with 519 additions and 493 deletions

View File

@@ -90,7 +90,7 @@ public class EnumDefinition extends DualNode {
} else {
int var3;
if (var2 == 5) {
this.size0 = var1.method43();
this.size0 = var1.readUnsignedShort();
this.keys = new int[this.size0];
this.stringVals = new String[this.size0];
@@ -99,7 +99,7 @@ public class EnumDefinition extends DualNode {
this.stringVals[var3] = var1.readStringCp1252NullTerminated();
}
} else if (var2 == 6) {
this.size0 = var1.method43();
this.size0 = var1.readUnsignedShort();
this.keys = new int[this.size0];
this.intVals = new int[this.size0];