Skip to content

Commit 1b70921

Browse files
Update SetLightColorMethod.cs
1 parent 9e6a83f commit 1b70921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MethodSystem/Methods/LightMethods/SetLightColorMethod.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public override void Execute()
2222

2323
rooms.ForEachItem(room =>
2424
room.AllLightControllers.ForEachItem(ctrl =>
25-
ctrl.OverrideLightsColor = color));
25+
ctrl.OverrideLightsColor = color
26+
)
27+
);
2628
}
2729
}

0 commit comments

Comments
 (0)