Fix priorities

This commit is contained in:
Acrobot 2013-02-11 20:29:11 +01:00
parent c385d116fc
commit de433c829b
1 changed files with 1 additions and 1 deletions

View File

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