Fix to previous commit

This commit is contained in:
Maruno17
2022-01-08 23:18:06 +00:00
parent 5fba3462c6
commit 507014e655

View File

@@ -211,7 +211,7 @@ class Interpreter
def command_102 def command_102
choices = setup_choices(@list[@index].parameters) choices = setup_choices(@list[@index].parameters)
tl_choices = [] tl_choices = []
choices[0].each { |cmd| tl_choices.push(_MAPINTL($game_map.map_id, cmd) } choices[0].each { |cmd| tl_choices.push(_MAPINTL($game_map.map_id, cmd)) }
@message_waiting = true @message_waiting = true
command = pbShowCommands(nil, tl_choices, choices[1]) command = pbShowCommands(nil, tl_choices, choices[1])
@message_waiting = false @message_waiting = false