public static void ShutdownIn(int time) { Thread.Sleep(time); Logging.DisablePrimaryWriting(true); Logging.WriteLine("The server is saving users furniture, rooms, etc. WAIT FOR THE SERVER TO CLOSE, DO NOT EXIT THE PROCESS IN TASK MANAGER!!", ConsoleColor.Yellow); NeonEnvironment.PerformShutDown(); }