Skip to content

Commit 986ae87

Browse files
jsm174freezy
authored andcommitted
misc: fix switch lamp unit to use RequestedLamps
1 parent 455e7a1 commit 986ae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Widgets/SwitchLampUnitWidget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private IEnumerable<string> GetNameSuggestions()
5757
{
5858
return !GleAvailable
5959
? new List<string>()
60-
: Gle.AvailableLamps.Select(lamp => lamp.Id).ToList();
60+
: Gle.RequestedLamps.Select(lamp => lamp.Id).ToList();
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)