fix: Fixed correct settings path (#4)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-06-04 17:13:42 +02:00
committed by GitHub
parent b19d421b1e
commit 73266ec1d9

View File

@@ -80,7 +80,7 @@ func _init(command_string):
# Check, if conditions match
func is_valid() -> bool:
var command_found = false
for base_path in ProjectSettings.get("escoria/esc/command_directories"):
for base_path in ProjectSettings.get("escoria/main/command_directories"):
var command_path = "%s/%s.gd" % [
base_path,
self.name