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

Co-authored-by: Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com>
This commit is contained in:
Treer 2023-02-01 07:56:20 +11:00 committed by GitHub
parent 273df44e1d
commit 086ce855a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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