Small change to previous commit, g_CaseSensitiveName[id] is cleared at the start of getAccess lookup
This commit is contained in:
parent
375d6aa0da
commit
e373ee1165
@ -631,6 +631,8 @@ getAccess(id, name[], authid[], ip[], password[])
|
||||
static AuthData[44];
|
||||
static Password[32];
|
||||
|
||||
g_CaseSensitiveName[id] = false;
|
||||
|
||||
Count=admins_num();
|
||||
for (new i = 0; i < Count; ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user