This commit is contained in:
Natsumi
2024-06-28 04:15:01 +12:00
parent 179c6ffac2
commit 98f009cbd9
2 changed files with 6 additions and 6 deletions

View File

@@ -71,8 +71,8 @@ namespace VRCX
{
var thread = _thread;
_thread = null;
thread.Interrupt();
thread.Join();
thread?.Interrupt();
thread?.Join();
}
public void Restart()