Removing old cry code that would load client.cfg for server launcher. Client.cfg should not be loaded by default. If you want to load a cfg then you should provide it via commandline (--console-command-file).
Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
@@ -1186,12 +1186,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