Skip to content

Commit 80fff1d

Browse files
committed
Fix /qs taxaccount <uuid/name> use wrong string
1 parent 38f2f23 commit 80fff1d

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_TaxAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void onCommand(@NotNull Player sender, @NotNull String commandLabel, @Not
5656
} else {
5757
shop.setTaxAccount(Bukkit.getOfflinePlayer(cmdArg[0]).getUniqueId());
5858
}
59-
plugin.text().of(sender, "taxaccount-unset", cmdArg[0]).send();
59+
plugin.text().of(sender, "taxaccount-set", cmdArg[0]).send();
6060
return;
6161
}
6262
}

0 commit comments

Comments
 (0)