]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix station beacon not updating (#37121)
authorthemias <89101928+themias@users.noreply.github.com>
Fri, 2 May 2025 16:14:16 +0000 (12:14 -0400)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 16:14:16 +0000 (12:14 -0400)
Content.Server/Pinpointer/NavMapSystem.cs

index 2819f5ba429f0d41c0bd61ed98147da241bebaf0..5ffbbe53ab5b543f83acae838c2e8e99e147239a 100644 (file)
@@ -200,6 +200,7 @@ public sealed partial class NavMapSystem : SharedNavMapSystem
         beacon.Text = args.Text;
         beacon.Color = args.Color;
         beacon.Enabled = args.Enabled;
+        Dirty(ent, beacon);
 
         UpdateBeaconEnabledVisuals((ent, beacon));
         UpdateNavMapBeaconData(ent, beacon);