mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-25 00:01:21 +01:00
Update AuthMeChestShopListener.java
This commit is contained in:
parent
532e50c64b
commit
656c1080ce
@ -30,6 +30,6 @@ public class AuthMeChestShopListener implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
event.setCancelled(TransactionOutcome.OTHER);
|
||||
event.setCancelled(TransactionOutcome.CLIENT_DOES_NOT_HAVE_PERMISSION);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user