Skip to content

Commit 324b919

Browse files
authored
Merge pull request ConcreteMC#134 from ThePixelGamer/master
Fix the UK language and set the default to US
2 parents 17c941c + 0b07aea commit 324b919

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Alex/ResourceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ private bool ProcessResourcePacks(GraphicsDevice device,
693693

694694
if (!Alex.GuiRenderer.SetLanguage(language))
695695
{
696-
language = "en_uk";
696+
language = "en_us";
697697
Alex.GuiRenderer.SetLanguage(language);
698698
}
699699

src/Alex/Resources/AlexDefault.zip

-70 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)