diff --git a/RH-Engine/Program.cs b/RH-Engine/Program.cs index 98d4599..cc67313 100644 --- a/RH-Engine/Program.cs +++ b/RH-Engine/Program.cs @@ -130,7 +130,7 @@ namespace RH_Engine return child.uuid; } } - + Console.WriteLine("Could not find id of " + name); return null; }