skipping puzzles

This commit is contained in:
2023-05-16 16:09:45 +02:00
parent 7a8e945f81
commit 924ef43361
7 changed files with 486 additions and 155 deletions

View File

@@ -89,7 +89,11 @@ namespace EscapeRoomEngine.Engine.Runtime.Measurements
{
throw new EngineException("Measuring session must be started before taking measurements.");
}
if (!_runningMeasurements.ContainsKey(puzzle.Id))
{
return;
}
var measurement = _runningMeasurements[puzzle.Id];
if (Store)