mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-02 17:00:41 +01:00
Try another test
This commit is contained in:
parent
189b8fd552
commit
14ea17ce77
@ -79,11 +79,10 @@ public class FileStorageSystem implements StorageSystem {
|
||||
@Override
|
||||
public void close() {
|
||||
try {
|
||||
this.rocksDB.closeE();
|
||||
|
||||
if (options != null)
|
||||
this.options.close();
|
||||
|
||||
this.rocksDB.closeE();
|
||||
} catch (RocksDBException e) {
|
||||
MinecraftServer.getExceptionManager().handleException(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user