Updating changelog. Fixing Herbalism command display.

This commit is contained in:
nossr50
2012-02-24 07:54:17 -08:00
parent 1c4275ce37
commit fb35e7dd5d
11 changed files with 11 additions and 10 deletions

View File

@ -59,7 +59,7 @@ public class mcEntityListener implements Listener
public mcEntityListener(final mcMMO plugin) {
this.plugin = plugin;
}
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
public void onEntityDamage(EntityDamageEvent event)
{