You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix active plugins property name
This commit is contained in:
@@ -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++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user