Added languages fix
Hided CMS connect Fix WINDOWS 10 problems
This commit is contained in:
@@ -38,15 +38,15 @@ namespace Step.Core
|
||||
|
||||
public static void Start()
|
||||
{
|
||||
ThreadsFunctions.RestoreConnection();
|
||||
|
||||
//Setup CMS Connect
|
||||
if(Config.ServerConfig.CmsConnectConfig.Enabled)
|
||||
ThreadsFunctions.RestoreConnection();
|
||||
|
||||
//Setup CMS Connect
|
||||
//if(Config.ServerConfig.CmsConnectConfig.Enabled)
|
||||
if (Config.ServerConfig.ServerStartupConfig.CmsConnectReady)
|
||||
{
|
||||
Thread t = new Thread(() => ThreadSetupCmsConnect());
|
||||
t.Start();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static void StartWorkers()
|
||||
|
||||
Reference in New Issue
Block a user