Compare commits

..

3 Commits

Author SHA1 Message Date
Aviv Cohn
e003e4dc94 fix: move ChangeScenario outside of loop, remove the discard modifier 2026-03-20 13:43:51 -04:00
Aviv Cohn
e2cdb1238b fix: calls scenario in SetRoomCombinationScenario preventing null from breaking rendering 2026-03-20 12:42:00 -04:00
Neil Dorin
dab5484d6e Merge pull request #1342 from PepperDash/wsdebug-persistence
Unique Client IDs
2025-10-15 15:16:46 -04:00

View File

@@ -445,8 +445,10 @@ namespace PepperDash.Essentials.Core
else
{
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
{