Skip to content

Commit

Permalink
Removes unnecessary logic that was a relic of troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
T-A-B committed Jan 3, 2022
1 parent 499a1c9 commit 7acb2d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/game/handlers/GameHandlerImpl.java
Expand Up @@ -65,9 +65,7 @@ public void playGame() {

}
progressTime();
if(mainGameController.getModel().getEmotion().getInternalDescription().equals(JavaGachiEmotionEnum.DEAD.getInternalDescription())){
System.exit(0);
}

System.out.println(gameTime);
System.out.println(mainGameController.getModel().getJavaGachiAge().getSecondsOld() + " SECONDS OLD");
}
Expand Down

0 comments on commit 7acb2d4

Please sign in to comment.