mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:50:55 +01:00
Devmap crew monitor fix (#31677)
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed class SingletonDeviceNetServerSystem : EntitySystem
|
||||
|
||||
last = (uid, server, device);
|
||||
|
||||
if (!server.Active)
|
||||
if (!server.Active || string.IsNullOrEmpty(device.Address))
|
||||
continue;
|
||||
|
||||
address = device.Address;
|
||||
|
||||
Reference in New Issue
Block a user