mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 01:15:13 +01:00
Fixed Containment Generators not updating pointlight correctly (#42289)
oh my god i've been overcomplicating this you don't want to know...
This commit is contained in:
@@ -402,6 +402,7 @@ public sealed class ContainmentFieldGeneratorSystem : EntitySystem
|
||||
private void ChangeOnLightVisualizer(Entity<ContainmentFieldGeneratorComponent> generator)
|
||||
{
|
||||
_visualizer.SetData(generator, ContainmentFieldGeneratorVisuals.OnLight, generator.Comp.IsConnected);
|
||||
UpdateConnectionLights(generator);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user