diff --git a/project/code/TMV/Model.cs b/project/code/TMV/Model.cs index 6bd182a..d653d37 100644 --- a/project/code/TMV/Model.cs +++ b/project/code/TMV/Model.cs @@ -25,7 +25,8 @@ public partial class Model : Node3D var modelFile = new ModelFile(modelPath); if (modelFile == null) { - GD.Print("UH OH"); + GD.Print($"Failed to load model file: {modelPath}"); + return; } // TODO: Remove this disgusting hack