mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 04:33:20 +00:00
Minor changes
This commit is contained in:
parent
e473cbe3ee
commit
0b51fe19ad
6 changed files with 11 additions and 6 deletions
|
@ -2189,7 +2189,7 @@ stock bool isVisibleTo(int client, int target)
|
|||
ret = true;
|
||||
}
|
||||
}
|
||||
CloseHandle(trace);
|
||||
delete trace;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -2234,7 +2234,7 @@ stock bool isInterruptTo(int client, int target)
|
|||
ret = true;
|
||||
}
|
||||
}
|
||||
CloseHandle(trace);
|
||||
delete trace;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue