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:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user