mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fix compile error
This commit is contained in:
@@ -265,7 +265,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
client.WriteLine("CAP END", Priority.Critical);
|
||||
}
|
||||
|
||||
listenTask = Task.Factory.StartNew(client.Listen(), cancellationToken, TaskCreationOptions.LongRunning, TaskScheduler.Current);
|
||||
listenTask = Task.Factory.StartNew(() => client.Listen(), cancellationToken, TaskCreationOptions.LongRunning, TaskScheduler.Current);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user