This commit is contained in:
Vichingo455 2024-12-06 15:53:11 +01:00
parent 1ec72b98bb
commit 44b2547674
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ namespace Nitrogen
{
proces_n.Kill();
Thread th_msg = new Thread(message);
th_msg.Start(); th_msg.Abort();
th_msg.Start();
}
}
catch { }