forked from UNLOZE/sm-plugins
CloseHandle -> delete
This commit is contained in:
@@ -781,11 +781,7 @@ public Action Sparks(Handle timer)
|
||||
|
||||
stock ClearTimer(&Handle:timer)
|
||||
{
|
||||
if (timer != INVALID_HANDLE)
|
||||
{
|
||||
CloseHandle(timer);
|
||||
timer = INVALID_HANDLE;
|
||||
}
|
||||
delete timer;
|
||||
}
|
||||
|
||||
public Action SpawnSeagullRelay()
|
||||
|
||||
Reference in New Issue
Block a user