mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Tweak the caps manager so that the NPCAvatar works again.
This commit is contained in:
@@ -1044,7 +1044,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
|
||||
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
//throw new NotImplementedException();
|
||||
return false;
|
||||
}
|
||||
|
||||
public void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name)
|
||||
|
||||
Reference in New Issue
Block a user