diff --git a/src/main/java/me/waterarchery/litsellchest/LitSellChest.java b/src/main/java/me/waterarchery/litsellchest/LitSellChest.java index e2b2f8e..2554513 100644 --- a/src/main/java/me/waterarchery/litsellchest/LitSellChest.java +++ b/src/main/java/me/waterarchery/litsellchest/LitSellChest.java @@ -87,6 +87,8 @@ else if (databaseType.equalsIgnoreCase("mysql")) { return; } + database.load(); + long startTime = Date.from(Instant.now()).getTime(); int total = database.loadChests(); long finishTime = Date.from(Instant.now()).getTime();