This should be on LOWEST

This commit is contained in:
TfT_02 2013-10-14 09:28:16 +02:00
parent 2d78c0738d
commit 3a5de8e2ce

View File

@ -460,12 +460,12 @@ public class EntityListener implements Listener {
} }
/** /**
* Monitor EntityExplode events. * Handle EntityExplode events that involve modifying the event.
* *
* @param event The event to monitor * @param event The event to modify
*/ */
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true) @EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
public void onEnitityExplodeMonitor(EntityExplodeEvent event) { public void onEntityExplodeMonitor(EntityExplodeEvent event) {
Entity entity = event.getEntity(); Entity entity = event.getEntity();
if (!entity.hasMetadata(mcMMO.tntsafeMetadataKey)) { if (!entity.hasMetadata(mcMMO.tntsafeMetadataKey)) {