puzzle module framework, puzzle a ball module
This commit is contained in:
@@ -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.ModulePlacement);
|
||||
Utilities.Logger.Log($"Could not find suitable placement for {module}", Utilities.LogType.ModulePlacement);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user