Skip to content

Commit

Permalink
Merge pull request #57 from Mazawrath/bean_trivia_rebalance
Browse files Browse the repository at this point in the history
Bean trivia rebalance
  • Loading branch information
Mazawrath authored Jan 22, 2020
2 parents 9eb83e4 + 86fa0ed commit c693b44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void onCommand(ServerTextChannel serverTextChannel, DiscordApi api, User
String dateStart = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss")
.format(new java.util.Date(System.currentTimeMillis()));
String dateStop = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss")
.format(new java.util.Date(timeLeft + Points.FREE_COIN_TIME_LIMIT));
.format(new java.util.Date(timeLeft + Points.TRIVIA_QUESTION_TIME_LIMIT));

//HH converts hour in 24 hours format (0-23), day calculation
SimpleDateFormat format = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss");
Expand Down

0 comments on commit c693b44

Please sign in to comment.