Allow access to unvalidated authstrings (bug 5587, r=psychonic).

This commit is contained in:
Asher Baker
2013-03-07 00:58:17 +00:00
parent d44e334524
commit 8da56ff98c
8 changed files with 59 additions and 38 deletions
+1 -2
View File
@@ -49,8 +49,7 @@ PrepareBan(client, target, time, const String:reason[])
return;
}
decl String:authid[64], String:name[32];
GetClientAuthString(target, authid, sizeof(authid));
new String:name[32];
GetClientName(target, name, sizeof(name));
if (!time)