Skip to content

Commit

Permalink
Added removal of csharp singleton on exit of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RcubDev committed Oct 25, 2021
1 parent c07af6f commit c094206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-csharp/addons/quentincaffeino/console/plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ func _enter_tree():


func _exit_tree():
self.remove_autoload_singleton(CSHARP_PLUGIN_NAME)
self.remove_autoload_singleton(PLUGIN_NAME)

0 comments on commit c094206

Please sign in to comment.