From 7901ac94c4f4fa5babbab47aa5c9c0dab0d37359 Mon Sep 17 00:00:00 2001 From: Solargale Date: Sun, 7 Apr 2019 12:52:32 -0600 Subject: [PATCH] Finished the merger with Dedupe and the main branch. Travel and Taipan shop shouldn't have any code sharing anymore --- src/TravelGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TravelGUI.java b/src/TravelGUI.java index f3fabc0..18d92c4 100644 --- a/src/TravelGUI.java +++ b/src/TravelGUI.java @@ -89,7 +89,7 @@ public class TravelGUI extends Player{ if(peasantShipScene && getAttackingShips()){ ShipWarfareGUI ship = new ShipWarfareGUI(getPlayer()); try { - //ship.initializeShip(stage); + ship.initializeShip(stage); } catch (Exception e) { e.printStackTrace(); }