private void OnServerInitialized() { if (serverInitialized) { return; } //Analytics.Collect(); // TODO: Uncomment once Covalence is added InterstellarRiftExtension.ServerConsole(); serverInitialized = true; }
private void OnServerInitialized() { if (serverInitialized) { return; } serverInitialized = true; //Analytics.Collect(); // TODO: Uncomment once game has Covalence // Update server console window and status bars InterstellarRiftExtension.ServerConsole(); }
private void OnServerInitialized() { if (serverInitialized) { return; } serverInitialized = true; Analytics.Collect(); // Update server console window and status bars InterstellarRiftExtension.ServerConsole(); }
private void OnServerInitialized() { if (serverInitialized) { return; } serverInitialized = true; // Configure remote logging RemoteLogger.SetTag("hostname", global::Game.Configuration.Config.Singleton.ServerName); // Update server console window and status bars InterstellarRiftExtension.ServerConsole(); }