mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Merge pull request #72434 from Treer/master
Qualify Console's namespace to avoid mixup with plugin's objects
This commit is contained in:
commit
c461d3880f
@ -48,7 +48,7 @@ namespace GodotPlugins.Game
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.Error.WriteLine(e);
|
||||
global::System.Console.Error.WriteLine(e);
|
||||
return false.ToGodotBool();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user