merge PuzzleGeneration log type into ModulePlacement
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Escape_Room_Engine.Engine.Scripts.Requirements
|
||||
// ReSharper disable once RedundantIfElseBlock
|
||||
else
|
||||
{
|
||||
Logger.Log("Could not find suitable orientation for module", LogType.PuzzleGeneration);
|
||||
Logger.Log("Could not find suitable orientation for module", LogType.ModulePlacement);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user