1. I remember theres a method in there some where that you can append .Quiet too

    It was something like

    Console.RunCommand.Quiet("serverinfo");

    Does anyone recall?
     
  2. It was changed
    ConsoleSystem.Run.Server.Quiet is now

    ConsoleSystem.Run(ConsoleSystem.Option.Server.Quiet(), string command, params object[] args)
     
    Last edited by a moderator: Feb 12, 2017
  3. Appreciate it, thanks!