Skip to content

Commit

Permalink
Warden handcuffs: 948eaa8 typo #229
Browse files Browse the repository at this point in the history
  • Loading branch information
shanapu committed Oct 29, 2017
1 parent 948eaa8 commit ebd24cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -721,7 +721,7 @@ void StripZeus(int client)
if (!IsValidClient(client, true, false))
return;

if ((!IsClientWarden(client) && (!IsClientDeputyclient(i) && gc_bHandCuffDeputy.BoolValue)))
if ((!IsClientWarden(client) && (!IsClientDeputy(client) && gc_bHandCuffDeputy.BoolValue)))
return;

char sWeapon[64];
Expand Down

0 comments on commit ebd24cf

Please sign in to comment.