aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShiftOS.Server/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs
index 3ef9715..7e5a517 100644
--- a/ShiftOS.Server/Program.cs
+++ b/ShiftOS.Server/Program.cs
@@ -167,6 +167,8 @@ namespace ShiftOS.Server
var task = ChatBackend.StartDiscordBots();
task.Wait();
+ RandomUserGenerator.StartThread();
+
while (server.IsOnline)
{
Console.Write("> ");