We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a5973 commit eaa89a1Copy full SHA for eaa89a1
1 file changed
addons/sourcemod/scripting/ExtraCommands.sp
@@ -41,7 +41,7 @@ public Plugin myinfo =
41
name = "Advanced Commands",
42
author = "BotoX + Obus + maxime1907, .Rushaway",
43
description = "Adds extra commands for admins.",
44
- version = "2.7.13",
+ version = "2.7.14",
45
url = ""
46
};
47
@@ -243,9 +243,6 @@ public void OnClientDisconnect(int client)
243
{
244
g_bInBuyZone[client] = false;
245
g_bInfAmmo[client] = false;
246
-
247
- SDKUnhook(client, SDKHook_PreThink, OnPreThink);
248
- SDKUnhook(client, SDKHook_PostThinkPost, OnPostThinkPost);
249
}
250
251
public void OnPreThink(int client)
0 commit comments