From 507014e6552e663fdf931c3278997554c3860169 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Sat, 8 Jan 2022 23:18:06 +0000 Subject: [PATCH] Fix to previous commit --- Data/Scripts/003_Game processing/004_Interpreter_Commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/003_Game processing/004_Interpreter_Commands.rb b/Data/Scripts/003_Game processing/004_Interpreter_Commands.rb index cbf7332b4..620607089 100644 --- a/Data/Scripts/003_Game processing/004_Interpreter_Commands.rb +++ b/Data/Scripts/003_Game processing/004_Interpreter_Commands.rb @@ -211,7 +211,7 @@ class Interpreter def command_102 choices = setup_choices(@list[@index].parameters) 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 command = pbShowCommands(nil, tl_choices, choices[1]) @message_waiting = false