Co-authored-by: Katsute <Katsute@users.noreply.github.com>
This commit is contained in:
Katsute
2020-06-30 11:53:14 -04:00
committed by GitHub
parent c2c0c3fd08
commit 5740c2b6d0

View File

@ -330,8 +330,8 @@ public class NetServer implements ApplicationListener{
votes += d;
voted.addAll(player.uuid(), admins.getInfo(player.uuid()).lastIP);
Call.sendMessage(Strings.format("[orange]@[lightgray] has voted on kicking[orange] @[].[accent] (@/@)\n[lightgray]Type[orange] /vote <y/n>[] to agree.",
player.name, target.name, votes, votesRequired()));
Call.sendMessage(Strings.format("[lightgray]A player has voted on kicking[orange] @[].[accent] (@/@)\n[lightgray]Type[orange] /vote <y/n>[] to agree.",
target.name, votes, votesRequired()));
}
boolean checkPass(){