Fix mistake in comment

This commit is contained in:
Kawe Mazidjatari 2023-07-19 18:47:25 +02:00
parent 193abdc18a
commit 6d39d99941

View File

@ -17,7 +17,7 @@ inline void(*CL_RunPrediction)(void);
inline bool g_bClientDLL = false;
// Returns true if this is a dedicated server.
// Returns true if this is a client only build.
inline bool IsClientDLL()
{
return g_bClientDLL;