Fix station beacon not updating (#37121)
This commit is contained in:
@@ -200,6 +200,7 @@ public sealed partial class NavMapSystem : SharedNavMapSystem
|
|||||||
beacon.Text = args.Text;
|
beacon.Text = args.Text;
|
||||||
beacon.Color = args.Color;
|
beacon.Color = args.Color;
|
||||||
beacon.Enabled = args.Enabled;
|
beacon.Enabled = args.Enabled;
|
||||||
|
Dirty(ent, beacon);
|
||||||
|
|
||||||
UpdateBeaconEnabledVisuals((ent, beacon));
|
UpdateBeaconEnabledVisuals((ent, beacon));
|
||||||
UpdateNavMapBeaconData(ent, beacon);
|
UpdateNavMapBeaconData(ent, beacon);
|
||||||
|
|||||||
Reference in New Issue
Block a user