1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-20 07:51:25 +02:00

We must be sure to flush

This commit is contained in:
NuclearW 2012-07-06 17:26:43 -04:00
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) {