Fixed amb1734 - Escape characters are now enabled for the custom admin menu config.
--HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402239
This commit is contained in:
parent
8ad1cb0b8c
commit
65a98212a7
@ -81,6 +81,7 @@ BuildDynamicMenu()
|
|||||||
|
|
||||||
new Handle:kvMenu;
|
new Handle:kvMenu;
|
||||||
kvMenu = CreateKeyValues("Commands");
|
kvMenu = CreateKeyValues("Commands");
|
||||||
|
KvSetEscapeSequences(kvMenu, true);
|
||||||
|
|
||||||
new String:file[256];
|
new String:file[256];
|
||||||
|
|
||||||
@ -101,8 +102,6 @@ BuildDynamicMenu()
|
|||||||
new String:name[NAME_LENGTH];
|
new String:name[NAME_LENGTH];
|
||||||
new String:buffer[NAME_LENGTH];
|
new String:buffer[NAME_LENGTH];
|
||||||
|
|
||||||
KvSetEscapeSequences(kvMenu, true);
|
|
||||||
|
|
||||||
if (!KvGotoFirstSubKey(kvMenu))
|
if (!KvGotoFirstSubKey(kvMenu))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user