From 0b6eee20d3a51bfff636ec1bc8123586d63033a0 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 18 Sep 2022 00:48:00 +0200 Subject: [PATCH] Fix client.dll compile error --- r5dev/vstdlib/callback.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/vstdlib/callback.cpp b/r5dev/vstdlib/callback.cpp index bcf73168..3464aee1 100644 --- a/r5dev/vstdlib/callback.cpp +++ b/r5dev/vstdlib/callback.cpp @@ -96,7 +96,7 @@ void ServerBrowser_Invoke_f(const CCommand& args) g_pBrowser->m_bActivate = !g_pBrowser->m_bActivate; } #endif // !DEDICATED - +#ifndef CLIENT_DLL /* ===================== Host_Kick_f @@ -111,7 +111,7 @@ void Host_Kick_f(const CCommand& args) g_pBanSystem->KickPlayerByName(args.Arg(1)); } -#ifndef CLIENT_DLL + /* ===================== Host_KickID_f