diff --git a/core/object/script_language.cpp b/core/object/script_language.cpp index eb7d560a5d5b..0b528e908a85 100644 --- a/core/object/script_language.cpp +++ b/core/object/script_language.cpp @@ -697,7 +697,13 @@ bool PlaceHolderScriptInstance::has_method(const StringName &p_method) const { } if (script.is_valid()) { - return script->has_method(p_method); + Ref