diff options
| author | George Marques | 2017-06-27 10:53:31 -0300 |
|---|---|---|
| committer | George Marques | 2017-06-27 10:53:51 -0300 |
| commit | 3509acd4154dd3c1f0a2d6802e4e94fb63df026c (patch) | |
| tree | 3f5dae6bfe982d321f4eb8256951c818d53b360a | |
| parent | 51442988b19d28be551c6ace75c57b50856ed2ad (diff) | |
| download | godot-3509acd4154dd3c1f0a2d6802e4e94fb63df026c.tar.gz godot-3509acd4154dd3c1f0a2d6802e4e94fb63df026c.tar.zst godot-3509acd4154dd3c1f0a2d6802e4e94fb63df026c.zip | |
| -rw-r--r-- | editor/editor_plugin_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_plugin_settings.cpp b/editor/editor_plugin_settings.cpp index 40ac95e2b..c6b9d4bb4 100644 --- a/editor/editor_plugin_settings.cpp +++ b/editor/editor_plugin_settings.cpp @@ -82,7 +82,7 @@ void EditorPluginSettings::update_plugins() { plugins.sort(); - Vector<String> active_plugins = GlobalConfig::get_singleton()->get("plugins/active"); + Vector<String> active_plugins = GlobalConfig::get_singleton()->get("editor_plugins/enabled"); for (int i = 0; i < plugins.size(); i++) { |
