mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Fix active plugins property name
This commit is contained in:
parent
51442988b1
commit
3509acd415
@ -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…
Reference in New Issue
Block a user