mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 03:16:41 +00:00
Clean up some io close() calls
This commit is contained in:
@ -120,7 +120,7 @@ public abstract class LegacyChunkStore extends ChunkStore {
|
||||
|
||||
return rootTag;
|
||||
} finally {
|
||||
stream.close();
|
||||
nbt.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -104,7 +104,7 @@ public abstract class McRegionChunkStore extends ChunkStore {
|
||||
|
||||
return rootTag;
|
||||
} finally {
|
||||
stream.close();
|
||||
nbt.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user