Do not turn light on when restoring state

This commit is contained in:
Edward Firmo
2025-09-30 09:44:06 +02:00
parent 63c98fcc68
commit e2b4fa4186

View File

@@ -781,7 +781,7 @@ script:
return;
}
auto call = light_ptr->turn_on();
auto call = light_ptr->make_call();
call.set_effect(effect_index);
call.perform();