diff --git a/core/object/script_language.cpp b/core/object/script_language.cpp index 4689916cc2..9da2e5561a 100644 --- a/core/object/script_language.cpp +++ b/core/object/script_language.cpp @@ -189,27 +189,12 @@ void Script::_bind_methods() { void Script::reload_from_file() { #ifdef TOOLS_ENABLED - // Replicates how the ScriptEditor reloads script resources, which generally handles it. - // However, when scripts are to be reloaded but aren't open in the internal editor, we go through here instead. - const Ref