Fix discard

master
Liza 2023-09-22 23:59:46 +02:00
parent 6d5bea0a51
commit a2a8f34df9
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ internal sealed class AllaganToolsIpc : IDisposable
private void ConfigureIpc(bool initialized) private void ConfigureIpc(bool initialized)
{ {
PluginLog.Information("Configuring Allagan tools IPC"); PluginLog.Information("Configuring Allagan tools IPC");
var _ = new TickScheduler(() => _ = new TickScheduler(() =>
{ {
try try
{ {