last room and puzzle order
This commit is contained in:
@@ -19,7 +19,6 @@ namespace EscapeRoomEngine.Engine.Runtime.Measurements
|
||||
};
|
||||
|
||||
Logger.Log($"Started measuring {puzzle}", LogType.Measuring);
|
||||
LogAllMeasurements();
|
||||
}
|
||||
|
||||
public static void Solve(PuzzleModuleDescription puzzle)
|
||||
@@ -40,15 +39,6 @@ namespace EscapeRoomEngine.Engine.Runtime.Measurements
|
||||
Logger.Log(PuzzleStorage.Instance.Session.ToString(), LogType.Measuring);
|
||||
}
|
||||
|
||||
public static void LogAllMeasurements()
|
||||
{
|
||||
Engine.DefaultEngine.theme.puzzleTypes.ForEach(puzzle =>
|
||||
{
|
||||
Logger.Log(PuzzleStorage.Instance.LoadOrNew(puzzle).ToString(), LogType.Measuring);
|
||||
});
|
||||
Logger.Log(PuzzleStorage.Instance.Session.ToString(), LogType.Measuring);
|
||||
}
|
||||
|
||||
public static void Clear() => _runningMeasurements = new Dictionary<int, PuzzleMeasurement>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user