v2019.08.21.1

This commit is contained in:
pypy
2019-08-21 01:34:03 +09:00
parent e225c2290d
commit 800a649d18
5 changed files with 14 additions and 16 deletions

View File

@@ -61,10 +61,7 @@ namespace VRCX
client = null;
}
}
if (client != null)
{
client.Dispose();
}
client?.Dispose();
})
{
IsBackground = true