Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions addons/sourcemod/scripting/ExtraCommands.sp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Plugin myinfo =
name = "Advanced Commands",
author = "BotoX + Obus + maxime1907, .Rushaway",
description = "Adds extra commands for admins.",
version = "2.7.13",
version = "2.7.14",
url = ""
};

Expand Down Expand Up @@ -243,9 +243,6 @@ public void OnClientDisconnect(int client)
{
g_bInBuyZone[client] = false;
g_bInfAmmo[client] = false;

SDKUnhook(client, SDKHook_PreThink, OnPreThink);
SDKUnhook(client, SDKHook_PostThinkPost, OnPostThinkPost);
}

public void OnPreThink(int client)
Expand Down
Loading