Fix invalid translation key.

This commit is contained in:
ImmuState 2022-05-08 09:09:09 -07:00 committed by Melledy
parent 14bf96e907
commit e8e48600ae

View File

@ -143,7 +143,7 @@ public final class GiveArtifactCommand implements CommandHandler {
}
if (mainPropId == -1) {
CommandHandler.sendMessage(sender, translate("commands.generic.execution.argument_error"));
CommandHandler.sendMessage(sender, translate("commands.execution.argument_error"));
return;
}