diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index bdf13d3d064..1cc37457312 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -1488,11 +1488,6 @@ void FileSystemDock::_try_move_item(const FileOrFolder &p_item, const String &p_ break; } } - } else { - Ref res = ResourceCache::get_ref(old_path); - if (res.is_valid()) { - res->set_path_cache(new_path); - } } }