mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of scene presence by client ID.
This commit is contained in:
@@ -2405,7 +2405,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
protected LSL_Key SaveAppearanceToNotecard(ScenePresence sp, string notecard)
|
||||
{
|
||||
IAvatarFactory appearanceModule = World.RequestModuleInterface<IAvatarFactory>();
|
||||
IAvatarFactoryModule appearanceModule = World.RequestModuleInterface<IAvatarFactoryModule>();
|
||||
|
||||
if (appearanceModule != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user