Skip to content

Commit

Permalink
Fix plug_install not executed
Browse files Browse the repository at this point in the history
  • Loading branch information
imjp94 committed Jun 10, 2023
1 parent 408c8e8 commit 7b61beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/gd-plug/plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func _plug_install():
threadpool.connect("all_thread_finished", request_quit)
for plugin in removed_plugins:
threadpool.enqueue_task(uninstall_plugin.bind(plugin), Thread.PRIORITY_LOW)
threadpool.active = true

func _plug_uninstall():
assert(_installed_plugins != null, MSG_PLUG_START_ASSERTION)
Expand Down

0 comments on commit 7b61beb

Please sign in to comment.