We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b6e63 commit 7bd242eCopy full SHA for 7bd242e
addons/dialogic/Core/DialogicUtil.gd
@@ -88,7 +88,7 @@ static func _update_autoload_subsystem_access() -> void:
88
return a.name < b.name
89
)
90
91
- for subsystem: DialogicSubsystem in subsystems_sorted:
+ for subsystem: Dictionary in subsystems_sorted:
92
new_subsystem_access_list += '\nvar {name} := preload("{script}").new():\n\tget: return get_subsystem("{name}")\n'.format(subsystem)
93
94
new_subsystem_access_list += "\n#endregion"
0 commit comments