Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudi20 committed Oct 6, 2021
1 parent c3c2f0f commit c9dcffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Universal THCRAP Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ private bool InitChecks()
}

//Load language
if (dconfig == null || !(dconfig is dynamic) || String.IsNullOrEmpty((string)(dconfig.Lang.Value)))
if (dconfig == null || String.IsNullOrEmpty((string)(dconfig.Lang.Value)))
{
Configuration.Lang = lang_code + ".json";
}
Expand Down

0 comments on commit c9dcffe

Please sign in to comment.