Update AuthMeChestShopListener.java

This commit is contained in:
Gabriele C. 2015-08-07 15:18:21 +02:00
parent 897127976a
commit 1546461fa2

View File

@ -29,7 +29,7 @@ public class AuthMeChestShopListener implements Listener {
if (AuthMeAPI.isAuthenticated(player)) {
return;
}
event.setCancelled(TransactionOutcome.CLIENT_DOES_NOT_HAVE_PERMISSION);
}
}