fix: calls scenario in SetRoomCombinationScenario preventing null from breaking rendering

This commit is contained in:
Aviv Cohn 2026-03-20 12:42:00 -04:00
parent dab5484d6e
commit e2cdb1238b

View file

@ -446,6 +446,8 @@ namespace PepperDash.Essentials.Core
{
Debug.LogMessage(LogEventLevel.Debug, this, "Unable to find partition with key: '{0}'", partitionState.PartitionKey);
}
// Sets the scenario while disregarding the returned task. This prevents current scenario from being null when starting in manual mode.
_ = ChangeScenario(scenario);
}
}
else