Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
72e8a976
Commit
72e8a976
authored
May 08, 2022
by
ImmuState
Committed by
Melledy
May 08, 2022
Browse files
Fix invalid translation key.
parent
5f8011f0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/GiveArtifactCommand.java
View file @
72e8a976
...
@@ -143,7 +143,7 @@ public final class GiveArtifactCommand implements CommandHandler {
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment