Browse Source

[Minor] Multimap: Stringify symbol options

tags/2.3
Vsevolod Stakhov 4 years ago
parent
commit
5b43e9027a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/multimap.lua

+ 1
- 1
src/plugins/lua/multimap.lua View File





if opt then if opt then
task:insert_result(forced, symbol, score, opt)
task:insert_result(forced, symbol, score, tostring(opt))
else else
task:insert_result(forced, symbol, score) task:insert_result(forced, symbol, score)
end end

Loading…
Cancel
Save