This commit is contained in:
AECohn 2026-06-26 20:17:25 -05:00 committed by GitHub
commit f668731a00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,6 +447,8 @@ namespace PepperDash.Essentials.Core
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
{ {