From e373ee11651c90be52bcbf9e27311f864c0b4640 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sun, 30 Mar 2008 19:38:01 +0000 Subject: [PATCH] Small change to previous commit, g_CaseSensitiveName[id] is cleared at the start of getAccess lookup --- plugins/admin.sma | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/admin.sma b/plugins/admin.sma index b10f97c1..112dd44a 100755 --- a/plugins/admin.sma +++ b/plugins/admin.sma @@ -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) {