Skip to content

Commit

Permalink
fixed enderman pickup protect for chestshop
Browse files Browse the repository at this point in the history
  • Loading branch information
jascotty2 committed Oct 5, 2011
1 parent e86362d commit 2a25e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/me/jascotty2/bettershop/chestshop/ChestListener.java
Expand Up @@ -60,6 +60,8 @@ public ChestListener(Plugin p, ChestDB chestsBD) {
public void startProtect() {
plugin.getServer().getPluginManager().registerEvent(
Type.ENTITY_EXPLODE, blockBreakBlock, Priority.Low, plugin);
plugin.getServer().getPluginManager().registerEvent(
Type.ENDERMAN_PICKUP, blockBreakBlock, Priority.Low, plugin);
}

@Override
Expand Down

0 comments on commit 2a25e32

Please sign in to comment.