merge 2 #2

Merged
vaporvee merged 5 commits from main into dev 2023-04-25 21:16:38 +00:00
3 changed files with 7 additions and 8 deletions
Showing only changes of commit 921329f837 - Show all commits

View File

@@ -8,8 +8,6 @@ func _enter_tree():
add_autoload_singleton("discord_coreupdater", "res://addons/discord-sdk-gd/discord_coreupdater.gd")
add_export_plugin(loaded_exportplugin)
func disable_plugin():
remove_autoload_singleton("discord_coreupdater")
remove_export_plugin(loaded_exportplugin)