From 6caa24b1b80f2c5dc6338942e945f172df4ecffc Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 5 Mar 2024 21:27:08 +0100 Subject: [PATCH] Fix AssetLibrary not going online when clicking button --- editor/plugins/asset_library_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index 459c5e8b31d..13bdc366bf8 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -680,7 +680,7 @@ void EditorAssetLibrary::_notification(int p_what) { case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: { if (!EditorSettings::get_singleton()->check_changed_settings_in_group("asset_library") && - !EditorSettings::get_singleton()->check_changed_settings_in_group("netweork")) { + !EditorSettings::get_singleton()->check_changed_settings_in_group("network")) { break; }