mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-13 08:25:34 +02: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