Cleaned up house mockup outline and removed spammy debug log
This commit is contained in:
@@ -25,6 +25,7 @@ public partial class FieldService : Node3D
|
||||
{
|
||||
if (fields.TryGetValue(key, out FieldBehaviour field))
|
||||
return field;
|
||||
return field;
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user