diff --git a/core/src/mindustry/core/NetServer.java b/core/src/mindustry/core/NetServer.java index b840cc7a40..a132727870 100644 --- a/core/src/mindustry/core/NetServer.java +++ b/core/src/mindustry/core/NetServer.java @@ -328,7 +328,7 @@ public class NetServer implements ApplicationListener{ votes += d; voted.addAll(player.uuid, admins.getInfo(player.uuid).lastIP); - Call.sendMessage(Strings.format("[orange]{0}[lightgray] has voted to kick[orange] {1}[].[accent] ({2}/{3})\n[lightgray]Type[orange] /vote [] to agree.", + Call.sendMessage(Strings.format("[orange]{0}[lightgray] has voted on kicking[orange] {1}[].[accent] ({2}/{3})\n[lightgray]Type[orange] /vote [] to agree.", player.name, target.name, votes, votesRequired())); }