mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-28 03:19:15 +00:00
Merge branch 'master' into dev
# Conflicts: # src/main/java/io/github/fisher2911/hmccosmetics/gui/CosmeticGui.java # src/main/java/io/github/fisher2911/hmccosmetics/gui/DyeSelectorGui.java
This commit is contained in:
@@ -111,9 +111,12 @@ public class HMCCosmetics extends JavaPlugin {
|
||||
}
|
||||
|
||||
public void load() {
|
||||
this.messageHandler.load();
|
||||
this.cosmeticsMenu.load();
|
||||
this.database.load();
|
||||
Bukkit.getScheduler().runTaskAsynchronously(this,
|
||||
() -> {
|
||||
this.messageHandler.load();
|
||||
this.cosmeticsMenu.load();
|
||||
this.database.load();
|
||||
});
|
||||
}
|
||||
|
||||
public MessageHandler getMessageHandler() {
|
||||
|
||||
Reference in New Issue
Block a user