You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Fix addon disabling
This commit is contained in:
@@ -762,7 +762,7 @@ public:
|
||||
plugins_list = p_plugins_list;
|
||||
}
|
||||
|
||||
Vector<EditorPlugin*> get_plugins_list() {
|
||||
Vector<EditorPlugin*>& get_plugins_list() {
|
||||
return plugins_list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user