mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
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 AuthData[44];
|
||||||
static Password[32];
|
static Password[32];
|
||||||
|
|
||||||
|
g_CaseSensitiveName[id] = false;
|
||||||
|
|
||||||
Count=admins_num();
|
Count=admins_num();
|
||||||
for (new i = 0; i < Count; ++i)
|
for (new i = 0; i < Count; ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user