This commit is contained in:
nearfe 2024-06-16 01:47:01 -03:00
parent 51dd89d4aa
commit 75542da8b1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class VoteManager {
public void sendVoteMessage(Player player, Arena arena) {
ChatComponentBuilder builder = new ChatComponentBuilder("");
builder.append(CC.AQUA + "Give us some feedback on " + CC.YELLOW + arena.getName() + "by clicking" );
builder.append(CC.AQUA + "Give us some feedback on " + CC.YELLOW + arena.getName() + " by clicking" );
builder.append(CC.AQUA + "one of the stars: ");
Arrays.stream(Vote.values()).forEach(rating -> builder.append(rating.getDisplayName() + " ")