Update stuff

This commit is contained in:
Jackz 2023-09-30 07:46:31 -05:00
parent 8fa970da0d
commit 3b4efecb8e
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
6 changed files with 58 additions and 7 deletions

View file

@ -176,7 +176,7 @@ ArrayList GetPhrasesArray(const char[] key) {
stock int FindClosestClientAdminPriority(int source, float pos[3]) {
int c = FindClosestAdmin(source, pos);
if(c == -1) return FindClosestClient(source, ignoreBots, pos);
if(c == -1) return FindClosestClient(source, true,pos);
else return c;
}