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
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace GodotPlugins.Game
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Console.Error.WriteLine(e);
|
global::System.Console.Error.WriteLine(e);
|
||||||
return false.ToGodotBool();
|
return false.ToGodotBool();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue