Skip to content

Commit b7a5912

Browse files
authored
fix permission node spelling
1 parent d62c265 commit b7a5912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/command/subcommand/SubCommand_Create.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void onCommand(@NotNull Player sender, @NotNull String commandLabel, @Not
9191
plugin.text().of(sender, "item-not-exist", cmdArg[1]).send();
9292
return;
9393
}
94-
if (cmdArg.length > 2 && QuickShop.getPermissionManager().hasPermission(sender, "quicshop.create.stack") && plugin.isAllowStack()) {
94+
if (cmdArg.length > 2 && QuickShop.getPermissionManager().hasPermission(sender, "quickshop.create.stack") && plugin.isAllowStack()) {
9595
try {
9696
int amount = Integer.parseInt(cmdArg[2]);
9797
if (amount < 1) {

0 commit comments

Comments
 (0)