Add a crew monitoring server (#7542)
This commit is contained in:
@@ -82,7 +82,7 @@ public sealed class DeviceNet
|
||||
/// </summary>
|
||||
public bool Remove(DeviceNetworkComponent device)
|
||||
{
|
||||
if (device.Address == null || Devices.Remove(device.Address))
|
||||
if (device.Address == null || !Devices.Remove(device.Address))
|
||||
return false;
|
||||
|
||||
if (device.ReceiveFrequency is not uint freq)
|
||||
|
||||
Reference in New Issue
Block a user