Spaces to choices
This commit is contained in:
parent
ddc4a065cb
commit
b6fa0bbf47
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@
|
|||
PluginManager[_registerCommandName](pluginName, 'addCustomChoice', args => {
|
||||
const id = PluginManager.mppValue(args.id)
|
||||
const choiceParams = {
|
||||
text: args.choiceText,
|
||||
text: args.choiceText.replace(/_/g, ' '),
|
||||
value: PluginManager.mppValue(args.returnValue)
|
||||
};
|
||||
$gameSystem.addCustomChoice(id, choiceParams);
|
||||
|
|
|
|||
Loading…
Reference in a new issue