mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 09:40:37 +00:00
07053d0c6a
Fixes #41462 where calling Object.new() in GDScript gave an error. I fixed it by adding exclusion when checking if the name is a builtin type to exclude objects with a comment detailing why.