merge PuzzleGeneration log type into ModulePlacement

This commit is contained in:
2022-11-13 20:48:57 +01:00
parent 7131edce74
commit 14ab0374cc
4 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ namespace Escape_Room_Engine.Engine.Scripts.Requirements
// ReSharper disable once RedundantIfElseBlock
else
{
Utilities.Logger.Log("Could not find suitable placement for module", Utilities.LogType.PuzzleGeneration);
Utilities.Logger.Log("Could not find suitable placement for module", Utilities.LogType.ModulePlacement);
return false;
}
}