module relations and module staging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user