mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -1113,7 +1113,7 @@ namespace OpenSim.Groups
|
||||
{
|
||||
m_log.DebugFormat("[Groups]: Group Notice {0} not found, composing empty message.", groupNoticeID);
|
||||
msg.fromAgentID = UUID.Zero.Guid;
|
||||
msg.timestamp = (uint)Util.UnixTimeSinceEpoch(); ;
|
||||
msg.timestamp = (uint)Util.UnixTimeSinceEpoch();
|
||||
msg.fromAgentName = string.Empty;
|
||||
msg.message = string.Empty;
|
||||
msg.binaryBucket = Array.Empty<byte>(); ;
|
||||
@@ -1275,7 +1275,7 @@ namespace OpenSim.Groups
|
||||
msg.ParentEstateID = 0;
|
||||
msg.Position = Vector3.Zero;
|
||||
msg.RegionID = regionInfo.RegionID.Guid;
|
||||
msg.binaryBucket = Array.Empty<byte>(); ;
|
||||
msg.binaryBucket = Array.Empty<byte>();
|
||||
OutgoingInstantMessage(msg, ejecteeID);
|
||||
}
|
||||
|
||||
@@ -1293,7 +1293,7 @@ namespace OpenSim.Groups
|
||||
msg.ParentEstateID = 0;
|
||||
msg.Position = Vector3.Zero;
|
||||
msg.RegionID = regionInfo.RegionID.Guid;
|
||||
msg.binaryBucket = Array.Empty<byte>(); ;
|
||||
msg.binaryBucket = Array.Empty<byte>();
|
||||
OutgoingInstantMessage(msg, agentID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user