Show locale chooser when certain GUI is active

This commit is contained in:
Vortrex
2022-05-15 04:15:39 -05:00
parent b86dcb2bf4
commit 3229cfd0e8
5 changed files with 12 additions and 1 deletions

View File

@@ -170,6 +170,8 @@ function showCharacterSelectGUI(firstName, lastName, cash, clan, lastPlayed, ski
guiSubmitKey = selectThisCharacter;
guiLeftKey = selectPreviousCharacter;
guiRightKey = selectNextCharacter;
showLocaleChooserGUI();
}
// ===========================================================================