mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 17:33:02 +08:00
Fix invalid translation key.
This commit is contained in:
parent
5f8011f0ec
commit
72e8a976ea
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user