mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
@@ -83,8 +83,6 @@ void EditorPluginSettings::update_plugins() {
|
||||
|
||||
plugins.sort();
|
||||
|
||||
Vector<String> active_plugins = ProjectSettings::get_singleton()->get("editor_plugins/enabled");
|
||||
|
||||
for (int i = 0; i < plugins.size(); i++) {
|
||||
|
||||
Ref<ConfigFile> cf;
|
||||
|
||||
Reference in New Issue
Block a user