mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-27 12:38:40 +01:00
Update AuthMeChestShopListener.java
This commit is contained in:
parent
897127976a
commit
1546461fa2
@ -29,7 +29,7 @@ public class AuthMeChestShopListener implements Listener {
|
|||||||
if (AuthMeAPI.isAuthenticated(player)) {
|
if (AuthMeAPI.isAuthenticated(player)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
event.setCancelled(TransactionOutcome.CLIENT_DOES_NOT_HAVE_PERMISSION);
|
event.setCancelled(TransactionOutcome.CLIENT_DOES_NOT_HAVE_PERMISSION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user