Add missed scarlet color (#5182)

This commit is contained in:
Skat
2021-05-02 21:50:53 +04:00
committed by GitHub
parent 5995f0e215
commit 9e519ab801

View File

@@ -444,7 +444,7 @@ public class NetServer implements ApplicationListener{
player.sendMessage("[scarlet]Nobody is being voted on.");
}else{
if(player.isLocal()){
player.sendMessage("Local players can't vote. Kick the player yourself instead.");
player.sendMessage("[scarlet]Local players can't vote. Kick the player yourself instead.");
return;
}