diff --git a/src/main/java/com/Acrobot/ChestShop/Listeners/AuthMeChestShopListener.java b/src/main/java/com/Acrobot/ChestShop/Listeners/AuthMeChestShopListener.java index a44889e..1e61fa9 100644 --- a/src/main/java/com/Acrobot/ChestShop/Listeners/AuthMeChestShopListener.java +++ b/src/main/java/com/Acrobot/ChestShop/Listeners/AuthMeChestShopListener.java @@ -29,7 +29,7 @@ public class AuthMeChestShopListener implements Listener { if (AuthMeAPI.isAuthenticated(player)) { return; } - + event.setCancelled(TransactionOutcome.CLIENT_DOES_NOT_HAVE_PERMISSION); } }