Fixes and lint

This commit is contained in:
Natsumi
2024-04-06 08:36:54 +13:00
parent 9254fe7971
commit cae4376617
3 changed files with 32 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ namespace VRCX
{
foreach (var client in Clients)
{
client.Send(ipcPacket);
client?.Send(ipcPacket);
}
}