mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-03 18:43:43 +01:00
Whoops I forgot to push these
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user