removed whitespace

This commit is contained in:
Yannik
2023-04-25 22:28:19 +02:00
committed by GitHub
parent 0ea5de351e
commit 921329f837

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)