enable typing animation for chat, maybe

This commit is contained in:
Jeff Ames
2007-11-12 20:25:59 +00:00
parent 33086fb3df
commit ad002835d3
5 changed files with 94 additions and 60 deletions

View File

@@ -83,11 +83,7 @@ namespace OpenSim.Region.ClientStack
break;
case PacketType.ChatFromViewer:
ChatFromViewerPacket inchatpack = (ChatFromViewerPacket) Pack;
if (Helpers.FieldToUTF8String(inchatpack.ChatData.Message) == "")
{
//empty message so don't bother with it
break;
}
string fromName = ""; //ClientAvatar.firstname + " " + ClientAvatar.lastname;
byte[] message = inchatpack.ChatData.Message;
byte type = inchatpack.ChatData.Type;