Fix station beacon not updating (#37121)
This commit is contained in:
parent
2b748694bf
commit
7fd66820b9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue