Skip to content

Commit

Permalink
chore: remove no one won
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Dec 10, 2024
1 parent 19c7717 commit d325cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/fi/sundae/bot/tournament/Match.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ else if (playerTwoKills > playerOneKills)
else
description =
"""
Game over! <@%s> and <@%s> are evenly matched and no one won
Game over! <@%s> and <@%s> are evenly matched!
"""
.formatted(getPlayerOne(), getPlayerTwo());

Expand Down

0 comments on commit d325cba

Please sign in to comment.