mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
Revert "remove the goofy ahh hack"
This reverts commit 72bff6376537ec71b3e88d4136ae985e85a82baa.
This commit is contained in:
parent
3f3eceee60
commit
b481e1deca
@ -44,10 +44,12 @@ public static class QSBLocalization
|
||||
return;
|
||||
}
|
||||
|
||||
// gotta call this manually because InitializeLanguage happens before we listen to OnLanguageChanged
|
||||
OnLanguageChanged();
|
||||
// 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();
|
||||
}
|
||||
|
||||
private static void FixMissingEntries(Translation translation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user