You know... when implementing a new MUD-side function... it's helpful to
actually ENABLE it in the startup routine...
This commit is contained in:
Michael VanOverbeek 2017-03-06 21:35:26 +00:00
parent 078c729d09
commit 220a1bccd6

View file

@ -167,6 +167,8 @@ namespace ShiftOS.Server
var task = ChatBackend.StartDiscordBots();
task.Wait();
RandomUserGenerator.StartThread();
while (server.IsOnline)
{
Console.Write("> ");