mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
We must be sure to flush
This commit is contained in:
parent
a728d1f9c8
commit
a3e0753076
@ -263,6 +263,7 @@ public class HashChunkletManager implements ChunkletManager {
|
|||||||
finally {
|
finally {
|
||||||
if (objOut != null) {
|
if (objOut != null) {
|
||||||
try {
|
try {
|
||||||
|
objOut.flush();
|
||||||
objOut.close();
|
objOut.close();
|
||||||
}
|
}
|
||||||
catch (IOException ex) {
|
catch (IOException ex) {
|
||||||
|
Loading…
Reference in New Issue
Block a user