This commit is contained in:
Natsumi
2023-06-07 01:02:52 +12:00
parent 70249ea790
commit e1de8508c6
14 changed files with 64 additions and 55 deletions

View File

@@ -162,9 +162,8 @@ namespace VRCX
Process proc = Process.GetProcessById(pid);
proc.Kill();
}
catch (Exception ex)
catch
{
}
}