Fix priorities

This commit is contained in:
Acrobot 2013-02-11 20:29:11 +01:00
parent c385d116fc
commit de433c829b

View File

@ -12,7 +12,7 @@ import static com.Acrobot.ChestShop.Events.PreTransactionEvent.TransactionOutcom
* @author Acrobot * @author Acrobot
*/ */
public class ShopValidator implements Listener { public class ShopValidator implements Listener {
@EventHandler(priority = EventPriority.LOW) @EventHandler(priority = EventPriority.LOWEST)
public static void onCheck(PreTransactionEvent event) { public static void onCheck(PreTransactionEvent event) {
if (event.isCancelled()) { if (event.isCancelled()) {
return; return;