Skip to content

Commit

Permalink
Fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
SeveralCircles committed Oct 17, 2021
1 parent 6a664ca commit 2521728
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ public void run() {
// Today.topic = "";
Today.highScore = 0;
Analysis.entityCache = new HashMap<>();
Today.quote = new String[]{"We're still waiting for somebody to say something epic.", "Flames"};
Today.quoteChanges = 0;
Today.quoteLocked = false;
}
}

0 comments on commit 2521728

Please sign in to comment.