mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8c6e8d8bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ public class ChatFragment extends Table{
|
|||
if(sender == null){ //no sender, this is a server message?
|
||||
formattedMessage = message;
|
||||
}else{
|
||||
formattedMessage = "[CORAL][[" + sender + "[CORAL]]:[WHITE] " + message;
|
||||
formattedMessage = "[coral][[" + sender + "[coral]]:[white] " + message;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue