From f9134f30f7618be9269d663ce572ad1e2e266c7e Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Tue, 23 May 2023 21:56:07 +0200 Subject: [PATCH] Update export.gd --- project/addons/discord-sdk-gd/export.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/project/addons/discord-sdk-gd/export.gd b/project/addons/discord-sdk-gd/export.gd index 657409c..df2a354 100644 --- a/project/addons/discord-sdk-gd/export.gd +++ b/project/addons/discord-sdk-gd/export.gd @@ -2,7 +2,6 @@ extends EditorExportPlugin func _export_file(_path, _type, features) -> void: - print("FEATURES: ", features) if features.find("windows",0) != -1: if features.find("x86_64",0) != -1: add_shared_object("res://addons/discord-sdk-gd/bin/windows/discord_game_sdk.dll",[],"/")