mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fixes and lint
This commit is contained in:
@@ -30,7 +30,7 @@ namespace VRCX
|
||||
{
|
||||
foreach (var client in Clients)
|
||||
{
|
||||
client.Send(ipcPacket);
|
||||
client?.Send(ipcPacket);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user