From: themias <89101928+themias@users.noreply.github.com> Date: Fri, 2 May 2025 16:14:16 +0000 (-0400) Subject: Fix station beacon not updating (#37121) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7fd66820b96ed3f32e57e7fd2779cde6c94758aa;p=space-station-14.git Fix station beacon not updating (#37121) --- diff --git a/Content.Server/Pinpointer/NavMapSystem.cs b/Content.Server/Pinpointer/NavMapSystem.cs index 2819f5ba42..5ffbbe53ab 100644 --- a/Content.Server/Pinpointer/NavMapSystem.cs +++ b/Content.Server/Pinpointer/NavMapSystem.cs @@ -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);