push build

This commit is contained in:
ASangarin 2020-06-13 21:34:15 +02:00
parent 26159e3a10
commit 6b400f4420

View File

@ -301,7 +301,9 @@ public class MMOCore extends JavaPlugin {
*/
dataProvider.getGuildManager().load();
// commands
/*
* commands
*/
try {
final Field bukkitCommandMap = Bukkit.getServer().getClass().getDeclaredField("commandMap");