diff --git a/amxmodx/amxmodx.cpp b/amxmodx/amxmodx.cpp index c0732a16..55cd6ac9 100755 --- a/amxmodx/amxmodx.cpp +++ b/amxmodx/amxmodx.cpp @@ -1871,7 +1871,7 @@ static cell AMX_NATIVE_CALL find_player(AMX *amx, cell *params) /* 1 param */ // Switch for the l flag if (flags & 2048) - func = stricmp; + func = strcasecmp; else func = strcmp;