Merge pull request #5533 from aws-lumberyard-dev/LYN-8169_ServerShouldNotLoadClientCfg
Removing Old Cry Code that Causes ServerLauncher to Load Client.cfg
This commit is contained in:
@@ -1185,12 +1185,6 @@ AZ_POP_DISABLE_WARNING
|
||||
|
||||
InlineInitializationProcessing("CSystem::Init End");
|
||||
|
||||
if (gEnv->IsDedicated())
|
||||
{
|
||||
SCVarsClientConfigSink CVarsClientConfigSink;
|
||||
LoadConfiguration("client.cfg", &CVarsClientConfigSink);
|
||||
}
|
||||
|
||||
// Send out EBus event
|
||||
EBUS_EVENT(CrySystemEventBus, OnCrySystemInitialized, *this, startupParams);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user