From 4ab115d007c364fee7ae5bb406f7ef738e3e5366 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Sat, 5 Jun 2021 18:03:44 +0200 Subject: [PATCH] Get rid of potentially white period (#5368) --- core/src/mindustry/core/NetServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/core/NetServer.java b/core/src/mindustry/core/NetServer.java index dbdb804e75..51dba3a916 100644 --- a/core/src/mindustry/core/NetServer.java +++ b/core/src/mindustry/core/NetServer.java @@ -335,7 +335,7 @@ public class NetServer implements ApplicationListener{ votes += d; voted.addAll(player.uuid(), admins.getInfo(player.uuid()).lastIP); - Call.sendMessage(Strings.format("[lightgray]@[lightgray] has voted on kicking[orange] @[].[accent] (@/@)\n[lightgray]Type[orange] /vote [] to agree.", + Call.sendMessage(Strings.format("[lightgray]@[lightgray] has voted on kicking[orange] @[lightgray].[accent] (@/@)\n[lightgray]Type[orange] /vote [] to agree.", player.name, target.name, votes, votesRequired())); checkPass();