Fixed amb1734 - Escape characters are now enabled for the custom admin menu config.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402240
This commit is contained in:
Matt Woodrow 2008-06-01 22:24:11 +00:00
parent 076b5191c9
commit 953da3f6e0

View File

@ -81,6 +81,7 @@ BuildDynamicMenu()
new Handle:kvMenu;
kvMenu = CreateKeyValues("Commands");
KvSetEscapeSequences(kvMenu, true);
new String:file[256];
@ -101,8 +102,6 @@ BuildDynamicMenu()
new String:name[NAME_LENGTH];
new String:buffer[NAME_LENGTH];
KvSetEscapeSequences(kvMenu, true);
if (!KvGotoFirstSubKey(kvMenu))
{
return;