Bugfix
This commit is contained in:
parent
4ff1eb0179
commit
25779e6c0c
@ -45,7 +45,6 @@ public class BufDataInput extends SafeDataInputStream {
|
||||
@Override
|
||||
public @NotNull String readUTF() {
|
||||
var length = this.readUnsignedShort();
|
||||
this.skipNBytes(length);
|
||||
return this.in.readString(length, StandardCharsets.UTF_8);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user