mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 11:57:35 +00:00
Ensure we have a fallback for localization
This commit is contained in:
parent
f39cc9e01f
commit
362cfe1e7b
@ -61,7 +61,7 @@ public final class Language {
|
||||
JsonObject object = this.languageData;
|
||||
|
||||
int index = 0;
|
||||
String result = "";
|
||||
String result = "This value does not exist. Please report this to the Discord: " + key;
|
||||
|
||||
while (true) {
|
||||
if(index == keys.length) break;
|
||||
|
Loading…
Reference in New Issue
Block a user