mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-04-19 18:20:24 +00:00
oops
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:
parent
078c729d09
commit
220a1bccd6
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ namespace ShiftOS.Server
|
|||
var task = ChatBackend.StartDiscordBots();
|
||||
task.Wait();
|
||||
|
||||
RandomUserGenerator.StartThread();
|
||||
|
||||
while (server.IsOnline)
|
||||
{
|
||||
Console.Write("> ");
|
||||
|
|
Loading…
Add table
Reference in a new issue