Fix active plugins property name
This commit is contained in:
parent
51442988b1
commit
3509acd415
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue