Browse Source

register new chunk listener

nossr50 4 years ago
parent
commit
2de52c7955
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/gmail/nossr50/mcMMO.java

+ 1 - 0
src/main/java/com/gmail/nossr50/mcMMO.java

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