Add space

This commit is contained in:
Mathieu Strypsteen 2024-09-23 09:33:52 +02:00
parent e4f76dae55
commit 326934c829

View file

@ -80,7 +80,7 @@ public class EndEvent extends Event {
} }
if (livesLeft > 0) { if (livesLeft > 0) {
livesLeft--; livesLeft--;
MC13DTL.board.sendMessageToTeam(team, Component.text("You have " + livesLeft + "lives left").color(NamedTextColor.RED)); MC13DTL.board.sendMessageToTeam(team, Component.text("You have " + livesLeft + " lives left").color(NamedTextColor.RED));
} }
} }