mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Use SendMessage not QueueMessage for restarts
This commit is contained in:
@@ -828,8 +828,7 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
lock (mappedChannels) // so it doesn't change while we're using it
|
||||
wdChannels = mappedChannels.Select(x => x.Key).ToList();
|
||||
|
||||
QueueMessage(message, wdChannels);
|
||||
return Task.CompletedTask;
|
||||
return SendMessage(message, wdChannels, cancellationToken);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user