Small change to previous commit, g_CaseSensitiveName[id] is cleared at the start of getAccess lookup

This commit is contained in:
Steve Dudenhoeffer 2008-03-30 19:38:01 +00:00
parent 375d6aa0da
commit e373ee1165

View File

@ -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)
{