mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 04:57:18 +00:00
Fix quest command translation issue
This commit is contained in:
parent
d01ba08f26
commit
c2d9adb904
@ -71,7 +71,7 @@ public final class QuestCommand implements CommandHandler {
|
||||
case QUEST_STATE_UNFINISHED, UNFINISHED -> "commands.quest.state.unfinished";
|
||||
case QUEST_STATE_FINISHED, FINISHED -> "commands.quest.state.finished";
|
||||
case QUEST_STATE_FAILED, FAILED -> "commands.quest.state.failed";
|
||||
}, quest.getState().getValue()))
|
||||
}), quest.getState().getValue())
|
||||
);
|
||||
}
|
||||
case "talking" -> {
|
||||
|
Loading…
Reference in New Issue
Block a user