That won't work

This commit is contained in:
fullwall 2013-11-06 12:59:44 +08:00
parent 4d88c05e17
commit d6c013447f

View File

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