From 908864c716c94f1b81b40637fd6ed4a979cbfd3f Mon Sep 17 00:00:00 2001 From: zaCade Date: Mon, 13 May 2019 21:41:06 +0200 Subject: [PATCH] Update ConnectAnnounce.sp --- ConnectAnnounce/scripting/ConnectAnnounce.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConnectAnnounce/scripting/ConnectAnnounce.sp b/ConnectAnnounce/scripting/ConnectAnnounce.sp index 6234463..69b3fb9 100644 --- a/ConnectAnnounce/scripting/ConnectAnnounce.sp +++ b/ConnectAnnounce/scripting/ConnectAnnounce.sp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #pragma newdecls required @@ -375,7 +375,7 @@ public void TQueryCB(Handle owner, Handle rs, const char[] error, any data) if(StrContains(sRawMsg, "{NOSTEAM}")) { - if(!RevEmu_IsPlayerSteam(client)) + if(!NSM_IsPlayerSteam(client)) ReplaceString(sRawMsg, sizeof(sRawMsg), "{NOSTEAM}", " "); else ReplaceString(sRawMsg, sizeof(sRawMsg), "{NOSTEAM}", "");