diff --git a/bukkit-helper-118/src/main/java/org/dynmap/bukkit/helper/v118/NBT.java b/bukkit-helper-118/src/main/java/org/dynmap/bukkit/helper/v118/NBT.java index 16e6f9a4..4439aa3b 100644 --- a/bukkit-helper-118/src/main/java/org/dynmap/bukkit/helper/v118/NBT.java +++ b/bukkit-helper-118/src/main/java/org/dynmap/bukkit/helper/v118/NBT.java @@ -30,7 +30,7 @@ public class NBT { } @Override public byte getByte(String s) { - return obj.d(s); + return obj.f(s); } @Override public short getShort(String s) {