Cleanup more of Riking's mess.

This commit is contained in:
GJ
2013-10-25 17:07:56 -04:00
parent b3415ee2f4
commit 134e0db2e9
3 changed files with 3 additions and 12 deletions

View File

@ -384,7 +384,7 @@ public class mcMMO extends JavaPlugin {
pluginManager.registerEvents(new EntityListener(this), this);
pluginManager.registerEvents(new InventoryListener(this), this);
pluginManager.registerEvents(new SelfListener(), this);
pluginManager.registerEvents(new ScoreboardsListener(this), this);
pluginManager.registerEvents(new ScoreboardsListener(), this);
pluginManager.registerEvents(new WorldListener(this), this);
}