mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 02:47:11 +00:00
Add missing break when writing IntArrayTag.
This commit is contained in:
parent
f910fe4e66
commit
5cab7900f6
@ -159,6 +159,7 @@ public final class NBTOutputStream implements Closeable {
|
||||
break;
|
||||
case NBTConstants.TYPE_INT_ARRAY:
|
||||
writeIntArrayTagPayload((IntArrayTag) tag);
|
||||
break;
|
||||
default:
|
||||
throw new IOException("Invalid tag type: " + type + ".");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user