Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commented out the system.exit line
  • Loading branch information
afortuna2016 committed Apr 23, 2017
1 parent 32004f1 commit c73a9ce
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file modified bin/controller/Cashflow.class
Binary file not shown.
Binary file modified bin/model/GameBoard.class
Binary file not shown.
Binary file modified bin/model/Player.class
Binary file not shown.
Binary file modified bin/model/Tile.class
Binary file not shown.
Binary file modified bin/view/GameboardWindow.class
Binary file not shown.
Binary file modified bin/view/TileButton.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/view/MainMenu.java
Expand Up @@ -279,7 +279,7 @@ public class MainMenu
frame.dispose();

//Cashflow.go(playerNames);
System.exit(0);
//System.exit(0);
}
});
return playerNames;
Expand Down

0 comments on commit c73a9ce

Please sign in to comment.