diff --git a/app/src/main/java/fi/sundae/bot/tournament/Match.java b/app/src/main/java/fi/sundae/bot/tournament/Match.java index 90646c1..2c8adca 100644 --- a/app/src/main/java/fi/sundae/bot/tournament/Match.java +++ b/app/src/main/java/fi/sundae/bot/tournament/Match.java @@ -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());