From 7813d7d677f6499dc1a5e5ea97a1006236cbe95f Mon Sep 17 00:00:00 2001 From: zaCade Date: Sat, 25 Aug 2018 17:29:39 +0200 Subject: [PATCH] NoSteamPlayerCount: Y u no add here either. --- NoSteamPlayerCount/scripting/NoSteamPlayerCount.sp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NoSteamPlayerCount/scripting/NoSteamPlayerCount.sp b/NoSteamPlayerCount/scripting/NoSteamPlayerCount.sp index 6b8e31b6..5d2e56e4 100644 --- a/NoSteamPlayerCount/scripting/NoSteamPlayerCount.sp +++ b/NoSteamPlayerCount/scripting/NoSteamPlayerCount.sp @@ -7,6 +7,9 @@ bool g_bHasFakeClient[MAXPLAYERS + 1] = {false,...}; +//---------------------------------------------------------------------------------------------------- +// Purpose: +//---------------------------------------------------------------------------------------------------- public Plugin myinfo = { name = "NoSteamPlayerCount",