Quash the region ID on intersim messages. That prevents people from determining

another avatars location
This commit is contained in:
Melanie
2010-09-27 01:31:17 +01:00
parent aaa4cb64a4
commit 84ab4742c8

View File

@@ -374,7 +374,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
gim.fromAgentName = fromAgentName;
gim.fromGroup = fromGroup;
gim.imSessionID = imSessionID.Guid;
gim.RegionID = RegionID.Guid;
gim.RegionID = UUID.Zero.Guid; // RegionID.Guid;
gim.timestamp = timestamp;
gim.toAgentID = toAgentID.Guid;
gim.message = message;