Skip to content

Commit 0bba1a8

Browse files
committed
Remove deprecated engine_version_update_mode editor setting
1 parent e37c626 commit 0bba1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/editor_settings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ const String EditorSettings::_get_project_metadata_path() const {
12171217

12181218
#ifndef DISABLE_DEPRECATED
12191219
void EditorSettings::_remove_deprecated_settings() {
1220+
erase("network/connection/engine_version_update_mode");
12201221
erase("run/output/always_open_output_on_play");
12211222
erase("run/output/always_close_output_on_stop");
12221223
}

0 commit comments

Comments
 (0)