1
0
forked from 0ad/0ad

Removed the connection message

Removed the disconnection message's color

This was SVN commit r7925.
This commit is contained in:
WhiteTreePaladin 2010-08-12 20:15:27 +00:00
parent 859c696afe
commit f0a0c69770

View File

@ -73,12 +73,8 @@ function addChatMessage(msg)
switch (msg.type)
{
case "connect":
formatted = '<[font=\"serif-stroke-14\"][color="' + playerColor + '"]' + msg.username + '[/color][/font]> [color="64 64 64"]has joined[/color]';
break;
case "disconnect":
formatted = '<[font=\"serif-stroke-14\"][color="' + playerColor + '"]' + msg.username + '[/color][/font]> [color="64 64 64"]has left[/color]';
formatted = '<[font=\"serif-stroke-14\"][color="' + playerColor + '"]' + msg.username + '[/color][/font]> has left';
break;
case "message":