We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa89a1 commit f4d2d1aCopy full SHA for f4d2d1a
1 file changed
addons/sourcemod/scripting/ExtraCommands.sp
@@ -128,21 +128,6 @@ public void OnPluginStart()
128
}
129
130
131
-public void OnPluginEnd()
132
-{
133
- for (int i = 1; i <= MaxClients; i++)
134
- {
135
- SDKUnhook(i, SDKHook_PreThink, OnPreThink);
136
- SDKUnhook(i, SDKHook_PostThinkPost, OnPostThinkPost);
137
- }
138
-
139
- if (g_hServerCanExecuteCmds != null)
140
- delete g_hServerCanExecuteCmds;
141
142
- if (g_hEntitiesListToKill != null)
143
- delete g_hEntitiesListToKill;
144
-}
145
146
public void OnMapStart()
147
{
148
g_bInBuyZoneAll = false;
0 commit comments