Skip to content

Commit

Permalink
Really v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Apr 26, 2019
1 parent dcb40d1 commit 431a6bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AngelLoader/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ internal static async Task Init()
// name in its own language
var langFiles = Directory.GetFiles(Paths.Languages, "*.ini", SearchOption.TopDirectoryOnly);
bool selFound = false;

// Do it ONCE here, not every loop!
Config.LanguageNames.Clear();

for (int i = 0; i < langFiles.Length; i++)
{
var f = langFiles[i];
Expand Down

0 comments on commit 431a6bd

Please sign in to comment.