Add space
This commit is contained in:
parent
e4f76dae55
commit
326934c829
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue