Update AuthMeChestShopListener.java

This commit is contained in:
Gabriele C. 2015-08-07 15:15:35 +02:00
parent 532e50c64b
commit 656c1080ce

View File

@ -30,6 +30,6 @@ public class AuthMeChestShopListener implements Listener {
return;
}
event.setCancelled(TransactionOutcome.OTHER);
event.setCancelled(TransactionOutcome.CLIENT_DOES_NOT_HAVE_PERMISSION);
}
}