Finished the merger with Dedupe and the main branch.

Travel and Taipan shop shouldn't have any code sharing anymore
This commit is contained in:
2019-04-07 12:52:32 -06:00
parent 4e53d590a9
commit 7901ac94c4

View File

@@ -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();
}