From 39f4a2bc13509ba4a0b64d8ae50d10a608c2f794 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Thu, 6 Apr 2006 23:36:22 +0000 Subject: [PATCH] fixed bug at27770 --- plugins/cstrike/restmenu.sma | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/cstrike/restmenu.sma b/plugins/cstrike/restmenu.sma index 367831d5..54d89eb2 100755 --- a/plugins/cstrike/restmenu.sma +++ b/plugins/cstrike/restmenu.sma @@ -724,6 +724,9 @@ StripBlockedItems(inString[AUTOBUYLENGTH + 1], outString[AUTOBUYLENGTH + 1]) // First copy string format(outString, AUTOBUYLENGTH, inString) + // After that convert all chars in string to lower case (fix by VEN) + strtolower(outString) + // Then strip those that are blocked. for (new i = 0; i < g_AliasBlockNum; i++) {