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:
parent
076b5191c9
commit
953da3f6e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user