fixed #18
This commit is contained in:
@@ -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():
|
||||
|
Reference in New Issue
Block a user