try fix some whitespaces VS decided to change
parent
f2c8f83215
commit
0b21724fe4
|
@ -263,7 +263,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
|||
sp.ControllingClient.OnUUIDGroupNameRequest += HandleUUIDGroupNameRequest;
|
||||
// Used for Notices and Group Invites/Accept/Reject
|
||||
sp.ControllingClient.OnInstantMessage += OnInstantMessage;
|
||||
// comented out bc some viewers wrongly stoped suporting it
|
||||
|
||||
// comented out because some viewers no longer suport it
|
||||
// sp.ControllingClient.AddGenericPacketHandler("avatargroupsrequest", AvatarGroupsRequest);
|
||||
|
||||
// we should send a DataUpdate here for compatibility,
|
||||
|
@ -288,6 +289,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
|||
|
||||
|
||||
}
|
||||
|
||||
/* this should be the right message to ask for other avatars groups
|
||||
|
||||
private void AvatarGroupsRequest(Object sender, string method, List<String> args)
|
||||
|
|
Loading…
Reference in New Issue