Exemplo n.º 1
0
        public void Shutdown()
        {
            ErrorDetection.ValidateServerInitialized();

            _pluginFunctions.ShutdownServer();
            // This function shuts the server down.
            // We can not check for errors anymore, since the server would have shut down by this point.
        }