mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of scene presence by client ID.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
sp.Appearance = npcAppearance;
|
||||
scene.AttachmentsModule.RezAttachments(sp);
|
||||
|
||||
IAvatarFactory module = scene.RequestModuleInterface<IAvatarFactory>();
|
||||
IAvatarFactoryModule module = scene.RequestModuleInterface<IAvatarFactoryModule>();
|
||||
module.SendAppearance(sp.UUID);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user