mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Quash the region ID on intersim messages. That prevents people from determining
another avatars location
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user