mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Not closing the objectStream here is BAD.
This commit is contained in:
parent
f72b1e7eec
commit
ed68f227ac
@ -79,6 +79,9 @@ public class HashChunkManager implements ChunkManager {
|
|||||||
return null;
|
return null;
|
||||||
//throw new RuntimeException("Unable to find serialized class for " + x + ", " + z, e);
|
//throw new RuntimeException("Unable to find serialized class for " + x + ", " + z, e);
|
||||||
}
|
}
|
||||||
|
finally {
|
||||||
|
objectStream.close();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user