This commit is contained in:
nossr50
2020-09-25 11:36:42 -07:00
parent adbcf11c15
commit 8451f84083
5 changed files with 45 additions and 6 deletions

View File

@@ -555,6 +555,7 @@ public class mcMMO extends JavaPlugin {
pluginManager.registerEvents(new InventoryListener(this), this);
pluginManager.registerEvents(new SelfListener(this), this);
pluginManager.registerEvents(new WorldListener(this), this);
// pluginManager.registerEvents(new CommandListener(this), this);
}
/**