]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Devmap crew monitor fix (#31677)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Mon, 2 Sep 2024 04:37:17 +0000 (06:37 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 04:37:17 +0000 (22:37 -0600)
Content.Server/DeviceNetwork/Systems/SingletonDeviceNetServerSystem.cs

index d189afc0a029bfbb3477dbf4f73f18735da50c99..6c997828fae5e139dae0e92304cfc1f8cb63a36b 100644 (file)
@@ -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;