1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #105103 from runzh-crypto/validate_custom_directory_v2

Validate custom directory when running from editor
This commit is contained in:
Thaddeus Crews
2025-04-08 12:32:42 -05:00
2 changed files with 4 additions and 5 deletions

View File

@@ -5702,11 +5702,6 @@ bool EditorNode::ensure_main_scene(bool p_from_native) {
return false;
}
if (!EditorNode::validate_custom_directory()) {
current_menu_option = -1;
return false;
}
return true;
}