From 70d787aa5e101d697a05510e5a0a7b4b4461e8f1 Mon Sep 17 00:00:00 2001 From: "Ryan P. McKinnon" <15917743+mrhoribu@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:24:17 -0500 Subject: [PATCH] re-remove location column, added back in error --- scripts/route2.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/route2.lic b/scripts/route2.lic index 66ce6897b..7a335c191 100644 --- a/scripts/route2.lic +++ b/scripts/route2.lic @@ -127,7 +127,7 @@ table_rows = [] if XMLData.game =~ /^GS/ table_rows.push(["#{0.to_s.rjust(4)}:", '', '', '', src.id, src.title[0], src.location]) else - table_rows.push(["#{0.to_s.rjust(4)}:", '', '', '', src.id, src.title[0], src.location]) + table_rows.push(["#{0.to_s.rjust(4)}:", '', '', '', src.id, src.title[0]]) end path.each do |id| id = id.to_s @@ -172,7 +172,7 @@ path.each do |id| if XMLData.game =~ /^GS/ table_rows.push(["#{sstep}:", sttime, stime, wayto, id, title, location]) else - table_rows.push(["#{sstep}:", sttime, stime, wayto, id, title, location]) + table_rows.push(["#{sstep}:", sttime, stime, wayto, id, title]) end end table = Terminal::Table.new(