diff --git a/editor/plugins/editor_plugin.cpp b/editor/plugins/editor_plugin.cpp index be0bb7e8b1..3dc2c47ead 100644 --- a/editor/plugins/editor_plugin.cpp +++ b/editor/plugins/editor_plugin.cpp @@ -71,12 +71,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