mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-23 18:45:31 +01:00
Fix priorities
This commit is contained in:
parent
c385d116fc
commit
de433c829b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user