diff --git a/plugin/src/main/java/de/epiceric/shopchest/command/ShopCommandExecutor.java b/plugin/src/main/java/de/epiceric/shopchest/command/ShopCommandExecutor.java index eb131cc..c579347 100644 --- a/plugin/src/main/java/de/epiceric/shopchest/command/ShopCommandExecutor.java +++ b/plugin/src/main/java/de/epiceric/shopchest/command/ShopCommandExecutor.java @@ -330,7 +330,7 @@ class ShopCommandExecutor implements CommandExecutor { } /** - * SHALL ONLY BE CALLED VIA {@link ShopCommand#createShopAfterSelected()} + * SHALL ONLY BE CALLED VIA {@link ShopCommand#createShopAfterSelected(Player player, SelectClickType clickType)} */ protected void create2(Player p, SelectClickType selectClickType) { ItemStack itemStack = selectClickType.getItem();