module relations and module staging

This commit is contained in:
2022-11-21 11:40:54 +01:00
parent 95e447e8ef
commit eeb90ac24c
7 changed files with 69 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ namespace EscapeRoomEngine.Engine.Runtime.Requirements
// ReSharper disable once RedundantIfElseBlock
else
{
Logger.Log($"Could not find suitable placement for {module}", LogType.ModulePlacement);
Logger.Log($"Could not find suitable placement for {module}", LogType.RequirementResolution);
return false;
}
}