mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
fix some more compilation issues
This commit is contained in:
@ -61,7 +61,11 @@ public final class NBTOutputStream extends OutputStream implements Closeable, Da
|
||||
}
|
||||
|
||||
// Don't delete
|
||||
public NBTOutputStream(DataOutput os) throws IOException {
|
||||
public NBTOutputStream(DataOutput os) {
|
||||
this.os = os;
|
||||
}
|
||||
|
||||
public NBTOutputStream(DataOutputStream os) {
|
||||
this.os = os;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user