Exemplo n.º 1
0
        private void OnServerInitialized()
        {
            if (serverInitialized)
            {
                return;
            }

            //Analytics.Collect(); // TODO: Uncomment once Covalence is added
            InterstellarRiftExtension.ServerConsole();

            serverInitialized = true;
        }
Exemplo n.º 2
0
        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();
        }
Exemplo n.º 3
0
        private void OnServerInitialized()
        {
            if (serverInitialized)
            {
                return;
            }
            serverInitialized = true;

            Analytics.Collect();

            // Update server console window and status bars
            InterstellarRiftExtension.ServerConsole();
        }
Exemplo n.º 4
0
        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();
        }