Commit 362cfe1e authored by KingRainbow44's avatar KingRainbow44
Browse files

Ensure we have a fallback for localization

parent f39cc9e0
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment