fix: useless statement

This commit is contained in:
aro 2023-01-22 15:33:32 +01:00
parent b176296b24
commit 1f58704488

View file

@ -69,7 +69,6 @@ public class NickoBukkit extends JavaPlugin {
if (!dataStore.getStorage().getProvider().close()) {
getLogger().warning("Failed to close persistence!");
}
dataStore.getStorage().setError(false);
}
if (config.isBungeecordSupport()) {