Browse Source

Update modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotPluginsInitializerGenerator.cs

Co-authored-by: Ignacio Roldán Etcheverry <[email protected]>
Treer 2 years ago
parent
commit
086ce855a8

+ 1 - 1
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotPluginsInitializerGenerator.cs

@@ -48,7 +48,7 @@ namespace GodotPlugins.Game
             }
             }
             catch (Exception e)
             catch (Exception e)
             {
             {
-                System.Console.Error.WriteLine(e);
+                global::System.Console.Error.WriteLine(e);
                 return false.ToGodotBool();
                 return false.ToGodotBool();
             }
             }
         }
         }