You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Added the set/get_setting function in Editor/Project settings. Renamed has() to has_setting. Fixes #11844
This commit is contained in:
@@ -5613,7 +5613,7 @@ EditorNode::EditorNode() {
|
||||
{
|
||||
_initializing_addons = true;
|
||||
Vector<String> addons;
|
||||
if (ProjectSettings::get_singleton()->has("editor_plugins/enabled")) {
|
||||
if (ProjectSettings::get_singleton()->has_setting("editor_plugins/enabled")) {
|
||||
addons = ProjectSettings::get_singleton()->get("editor_plugins/enabled");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user