mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-28 03:19:15 +00:00
Fixed (extremely) dumb runnable in GUI
This commit is contained in:
@@ -106,9 +106,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