mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge branch 'diva-textures-osgrid'
This commit is contained in:
@@ -886,7 +886,7 @@ namespace OpenSim.Client.MXP.ClientStack
|
||||
chatActionEvent.ActionFragment.SourceObjectId = fromAgentID.Guid;
|
||||
chatActionEvent.ActionFragment.ObservationRadius = 180.0f;
|
||||
chatActionEvent.ActionFragment.ExtensionDialect = "TEXT";
|
||||
chatActionEvent.SetPayloadData(Encoding.UTF8.GetBytes(message));
|
||||
chatActionEvent.SetPayloadData(Util.UTF8.GetBytes(message));
|
||||
|
||||
Session.Send(chatActionEvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user