mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
Merge e003e4dc94 into 4f1eb979d3
This commit is contained in:
commit
f668731a00
1 changed files with 3 additions and 1 deletions
|
|
@ -445,8 +445,10 @@ namespace PepperDash.Essentials.Core
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Debug.LogMessage(LogEventLevel.Debug, this, "Unable to find partition with key: '{0}'", partitionState.PartitionKey);
|
Debug.LogMessage(LogEventLevel.Debug, this, "Unable to find partition with key: '{0}'", partitionState.PartitionKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Activates the scenario to prevent _currentScenario from being null when starting in manual mode.
|
||||||
|
ChangeScenario(scenario);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue