mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 05:50:54 +07:00
Add missed scarlet color (#5182)
This commit is contained in:
parent
5995f0e215
commit
9e519ab801
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user