BootManager: Remove unnecessary LoadGameIni condition
This commit is contained in:
parent
22b943d083
commit
1b946c2ff3
|
@ -98,7 +98,6 @@ bool BootCore(const std::string& _rFilename)
|
|||
return false;
|
||||
|
||||
// Load game specific settings
|
||||
if (StartUp.GetUniqueID().size() == 6)
|
||||
{
|
||||
IniFile game_ini = StartUp.LoadGameIni();
|
||||
|
||||
|
|
Loading…
Reference in New Issue