This commit is contained in:
Yannik
2023-05-13 01:40:36 +02:00
parent f8325c8164
commit 0c9e4123b7
6 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ const ExportPlugin = preload("export.gd")
var loaded_exportplugin = ExportPlugin.new()
func _enter_tree():
add_autoload_singleton("updater_discordsdk", "sdk_utility.gd")
add_autoload_singleton("updater_discordsdk", "res://addons/discord-sdk-gd/sdk_utility.gd")
add_export_plugin(loaded_exportplugin)
func disable_plugin():