Ensure we have a fallback for localization

This commit is contained in:
KingRainbow44 2022-05-06 18:57:49 -04:00
parent f39cc9e01f
commit 362cfe1e7b

View File

@ -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;