fix: filter already exists translation

This commit is contained in:
ChomeNS
2025-05-27 20:05:07 +07:00
parent 67774125c9
commit ee8d68c4e3
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ public class FilterCommand extends Command {
) {
throw new CommandException(
Component.translatable(
"commands.filter.error.already_exists",
"commands.filter.add.error.already_exists",
Component.text(player)
)
);