Fix invalid translation key.

This commit is contained in:
ImmuState 2022-05-08 09:09:09 -07:00 committed by Melledy
parent 5f8011f0ec
commit 72e8a976ea

View File

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