mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Allow to escape closing brackets in CFG tags
This commit is contained in:
@@ -1223,7 +1223,7 @@ ProjectList::Item ProjectList::load_project_data(const String &p_path, bool p_fa
|
||||
PackedStringArray unsupported_features = ProjectSettings::get_unsupported_features(project_features);
|
||||
|
||||
uint64_t last_edited = 0;
|
||||
if (FileAccess::exists(conf)) {
|
||||
if (cf_err == OK) {
|
||||
// The modification date marks the date the project was last edited.
|
||||
// This is because the `project.godot` file will always be modified
|
||||
// when editing a project (but not when running it).
|
||||
|
||||
Reference in New Issue
Block a user