Try another test

This commit is contained in:
ALS 2021-04-22 01:25:29 +02:00
parent 189b8fd552
commit 14ea17ce77

View File

@ -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);
}