ACR_ServerCommunicator.GameWorldManager.SynchronizeConfiguration C# (CSharp) Method

SynchronizeConfiguration() private method

This method synchronizes the configuration settings block with the database.
private SynchronizeConfiguration ( ) : void
return void
        private void SynchronizeConfiguration()
        {
            IALFADatabase Database = DatabaseLinkQueryThread;

            lock (this)
            {
                ConfigurationStore.ReadConfigurationFromDatabase(Database);
            }
        }