Skip to content

Commit

Permalink
modify button click
Browse files Browse the repository at this point in the history
  • Loading branch information
twinkle8s committed Dec 25, 2016
1 parent a9af127 commit c3d03cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Input/ButtonClick.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ public void actionPerformed(ActionEvent e) {
System.exit(0);
break;
case "start_game":

RealTcpClient.getInstance().startGame();

//BeforeGameManager.getInstance().setGameCanvas();
BeforeGameManager.getInstance().startCountDown();
break;
default:
break;
Expand Down

0 comments on commit c3d03cc

Please sign in to comment.