Merge pull request #72434 from Treer/master

Qualify Console's namespace to avoid mixup with plugin's objects
This commit is contained in:
Rémi Verschelde 2023-02-01 13:24:47 +01:00
commit c461d3880f
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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