Fix station beacon not updating (#37121)

This commit is contained in:
themias
2025-05-02 12:14:16 -04:00
committed by GitHub
parent 2b748694bf
commit 7fd66820b9

View 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);