Skip to content

Commit

Permalink
Fix bug with scene name
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Apr 3, 2024
1 parent cdd123b commit 7313f7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ScenesService(

fun executeScene(sceneName: String) {
if (sceneName != previousSceneName) {
previousSceneName = sceneName
val lmScene = configHolder.scenes().scenesMap[sceneName]
lmScene
?.let { s ->
Expand Down

0 comments on commit 7313f7e

Please sign in to comment.