Skip to content

Commit

Permalink
Update GroupStatsPlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixf1nity authored May 11, 2024
1 parent f28a606 commit 293f563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void onEnable() {
public void onDisable() {
this.getLogger().info("Disabling the plugin, please wait...");
if (startupCompleted) {
if (isBw1058()) this.groupManager.saveAllAsync();
if (isBw1058()) this.groupManager.saveAll();
this.databaseManager.closeDatabase();
}
this.getLogger().info("Plugin disabled successfully.");
Expand Down

0 comments on commit 293f563

Please sign in to comment.