Whoops I forgot to push these

This commit is contained in:
nossr50
2019-01-18 12:42:05 -08:00
parent cf6d95b575
commit 9ae58fd2f7
8 changed files with 277 additions and 112 deletions

View File

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