1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-01-27 03:35:20 +00:00

remove the goofy ahh hack

This commit is contained in:
JohnCorby 2022-09-24 12:38:17 -07:00
parent 8d2b3f295a
commit 72bff63765

@ -44,12 +44,10 @@ public static class QSBLocalization
return;
}
// hack to stop things from breaking
Current = _translations[0];
TextTranslation.Get().OnLanguageChanged += OnLanguageChanged;
// gotta call this manually because InitializeLanguage happens before we listen to OnLanguageChanged
OnLanguageChanged();
TextTranslation.Get().OnLanguageChanged += OnLanguageChanged;
}
private static void FixMissingEntries(Translation translation)