Fix UseShopHook javadoc typo

This commit is contained in:
Flowsqy 2022-05-22 21:57:09 +02:00
parent c0b9a48be0
commit 7286f40ff7

View File

@ -31,12 +31,11 @@ public interface UseShopHook {
* <p>
* Whether the player can use the shop represented by this block
* </p>
* <br>
* <p>
* It's the method called by the plugin
* </p>
* <p>
* By default, it calls {@link UseShopHook#canUsePlayerShop(Block, Player)}} and
* By default, it calls {@link UseShopHook#canUsePlayerShop(Block, Player)} and
* {@link UseShopHook#canUseAdminShop(Block, Player)}
* </p>
*