Merge pull request #3250 from JosJuice/loadgameini-condition
BootManager: Remove unnecessary LoadGameIni condition
This commit is contained in:
commit
ce6de78854
|
@ -228,7 +228,6 @@ bool BootCore(const std::string& _rFilename)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Load game specific settings
|
// Load game specific settings
|
||||||
if (StartUp.GetUniqueID().size() == 6)
|
|
||||||
{
|
{
|
||||||
IniFile game_ini = StartUp.LoadGameIni();
|
IniFile game_ini = StartUp.LoadGameIni();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue