Do not turn light on when restoring state
This commit is contained in:
@@ -781,7 +781,7 @@ script:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto call = light_ptr->turn_on();
|
auto call = light_ptr->make_call();
|
||||||
call.set_effect(effect_index);
|
call.set_effect(effect_index);
|
||||||
call.perform();
|
call.perform();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user