diff --git a/editor/plugins/editor_plugin.cpp b/editor/plugins/editor_plugin.cpp index 3e9e1330d8..0a0753e833 100644 --- a/editor/plugins/editor_plugin.cpp +++ b/editor/plugins/editor_plugin.cpp @@ -72,12 +72,12 @@ void EditorPlugin::remove_custom_type(const String &p_type) { void EditorPlugin::add_autoload_singleton(const String &p_name, const String &p_path) { if (p_path.begins_with("res://")) { - EditorNode::get_singleton()->get_project_settings()->get_autoload_settings()->autoload_add(p_name, p_path); + EditorNode::get_singleton()->get_project_settings()->get_autoload_settings()->autoload_add(p_name, p_path, false); } else { const Ref