That won't work

This commit is contained in:
fullwall 2013-11-06 12:59:44 +08:00
parent b47a00d027
commit c1738d2004
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class Controllable extends Trait implements Toggleable, CommandConfigurab
return true;
}
@EventHandler(ignoreCancelled = true, priority = EventPriority.LOWEST)
@EventHandler(ignoreCancelled = true, priority = EventPriority.MONITOR)
public void onPlayerInteract(PlayerInteractEvent event) {
if (!npc.isSpawned() || !enabled)
return;