mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-19 03:07:58 -05:00
Use StringChain in menu parsing whenever applicable
This commit is contained in:
@ -82,7 +82,7 @@ namespace menu::global_scope_sequences
|
||||
AddMatchers({
|
||||
create.Keyword("loadMenu"),
|
||||
create.Char('{'),
|
||||
create.String().Capture(CAPTURE_MENU_NAME),
|
||||
create.StringChain().Capture(CAPTURE_MENU_NAME),
|
||||
create.Char('}'),
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user