removed TNT exploit handling code, since they did finally fix the bug in the CraftBukkit 1.1-RC1 release

This commit is contained in:
Brettflan
2012-01-28 04:07:21 -06:00
parent 319be71102
commit 1dc5a0f226
2 changed files with 0 additions and 42 deletions

View File

@@ -132,7 +132,6 @@ public class P extends MPlugin
this.registerEvent(Event.Type.ENTITY_TARGET, this.entityListener, Event.Priority.Normal);
this.registerEvent(Event.Type.PAINTING_BREAK, this.entityListener, Event.Priority.Normal);
this.registerEvent(Event.Type.PAINTING_PLACE, this.entityListener, Event.Priority.Normal);
this.registerEvent(Event.Type.EXPLOSION_PRIME, this.entityListener, Event.Priority.Normal);
// Block Events
this.registerEvent(Event.Type.BLOCK_BREAK, this.blockListener, Event.Priority.Normal);