reOoops ...
parent
4fa8debde5
commit
37936550f0
|
@ -110,9 +110,9 @@ namespace OpenSim.Framework
|
||||||
string _fromAgentName, UUID _toAgentID,
|
string _fromAgentName, UUID _toAgentID,
|
||||||
byte _dialog, bool _fromGroup, string _message,
|
byte _dialog, bool _fromGroup, string _message,
|
||||||
UUID _imSessionID, bool _offline, Vector3 _position,
|
UUID _imSessionID, bool _offline, Vector3 _position,
|
||||||
byte[] _binaryBucket, bool addTimestamp) : this(scene, _fromAgentID, _fromAgentName,
|
byte[] _binaryBucket, bool addTimestamp) : this (scene, _fromAgentID,
|
||||||
_toAgentID, _dialog, false, _message,
|
_fromAgentName, _toAgentID, _dialog, _fromGroup, _message,
|
||||||
_fromAgentID ^ _toAgentID, _offline, _position, _binaryBucket, UUID.Zero, true)
|
_imSessionID, _offline, _position, _binaryBucket, UUID.Zero, addTimestamp)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue