mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: calls scenario in SetRoomCombinationScenario preventing null from breaking rendering
This commit is contained in:
parent
dab5484d6e
commit
e2cdb1238b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue