mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Fix duplicated native call (bug 5255, r=me)
This commit is contained in:
parent
8a483130a5
commit
ac896547f9
@ -278,8 +278,6 @@ public cmdPsay(id, level, cid)
|
||||
|
||||
new length = strlen(name) + 1
|
||||
|
||||
get_user_name(priv, name, 31);
|
||||
|
||||
new message[192], name2[32], authid[32], authid2[32], userid, userid2
|
||||
|
||||
get_user_authid(id, authid, 31)
|
||||
|
Loading…
Reference in New Issue
Block a user