mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26: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 {
|
||||
if (objOut != null) {
|
||||
try {
|
||||
objOut.flush();
|
||||
objOut.close();
|
||||
}
|
||||
catch (IOException ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user