mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix client.dll compile error
This commit is contained in:
parent
4ec7239b57
commit
0b6eee20d3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user