Fix break in 1.18 Spigot chunk reading
This commit is contained in:
parent
6fed0dfb1f
commit
8215ff0e94
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public class NBT {
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public byte getByte(String s) {
|
public byte getByte(String s) {
|
||||||
return obj.d(s);
|
return obj.f(s);
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public short getShort(String s) {
|
public short getShort(String s) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue