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:
@@ -89,7 +89,7 @@ public class TravelGUI extends Player{
|
|||||||
if(peasantShipScene && getAttackingShips()){
|
if(peasantShipScene && getAttackingShips()){
|
||||||
ShipWarfareGUI ship = new ShipWarfareGUI(getPlayer());
|
ShipWarfareGUI ship = new ShipWarfareGUI(getPlayer());
|
||||||
try {
|
try {
|
||||||
//ship.initializeShip(stage);
|
ship.initializeShip(stage);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user