From d325cba715ddd49745a3f88f99eb3f4639f7b33f Mon Sep 17 00:00:00 2001 From: yHSJ Date: Tue, 10 Dec 2024 10:06:51 -0500 Subject: [PATCH] chore: remove no one won --- app/src/main/java/fi/sundae/bot/tournament/Match.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());