Don't update script documentation when exporting

This commit is contained in:
kobewi
2025-06-19 00:32:00 +02:00
parent 7c472e655f
commit 0a94243d60
4 changed files with 14 additions and 2 deletions

View File

@ -3104,6 +3104,10 @@ void EditorHelp::load_script_doc_cache() {
return;
}
if (EditorNode::is_cmdline_mode()) {
return;
}
_wait_for_thread();
if (!ResourceLoader::exists(get_script_doc_cache_full_path())) {