From a3142174202f7fb72d70d960fced39dde355a56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=BE=D0=BB=D1=8F?= <59821865+HolyHender@users.noreply.github.com> Date: Sun, 30 May 2021 17:20:59 +0500 Subject: [PATCH] New syntax. New syntax added. --- addons/sourcemod/scripting/include/discord_extended.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/scripting/include/discord_extended.inc b/addons/sourcemod/scripting/include/discord_extended.inc index eb6e3bd..6e5dfb6 100644 --- a/addons/sourcemod/scripting/include/discord_extended.inc +++ b/addons/sourcemod/scripting/include/discord_extended.inc @@ -236,7 +236,7 @@ public SharedPlugin __pl_discord_extended = { }; #if !defined REQUIRE_PLUGIN -public __pl_discord_extended_SetNTVOptional() { +public void __pl_discord_extended_SetNTVOptional() { MarkNativeAsOptional("Discord_CancelMessage"); MarkNativeAsOptional("Discord_StartMessage"); MarkNativeAsOptional("Discord_SetUsername");