Client renaming

This commit is contained in:
Woah 2021-03-23 04:17:16 -04:00
parent 9c3e171a9d
commit 35cf0a6705
73 changed files with 565 additions and 572 deletions

View file

@ -205,7 +205,7 @@ public class DataBuffer extends Linkable {
while (Objects.requireNonNull(this.buffer)[this.index++] != 0) {
}
return Class3_Sub13_Sub3.method178(this.buffer, this.index - (var3 - -1), var3);
return Class3_Sub13_Sub3.bufferToString(this.buffer, this.index - (var3 - -1), var3);
} else {
throw new IllegalStateException("Bad version number in gjstr2");
}
@ -358,7 +358,7 @@ public class DataBuffer extends Linkable {
while (this.buffer[this.index++] != 0) ;
return Class3_Sub13_Sub3.method178(this.buffer, (this.index - 1) - startIndex, startIndex);
return Class3_Sub13_Sub3.bufferToString(this.buffer, (this.index - 1) - startIndex, startIndex);
}
final int getSmart() {