Fix the long-standing "lost clothing" bug by making AvatarFactory a non shared module (which it should have been all along).0.6.1-post-fixes
parent
1fd32a5ab2
commit
c268a3c84e
|
@ -105,7 +105,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.AvatarFactory
|
|||
|
||||
public bool IsSharedModule
|
||||
{
|
||||
get { return true; }
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public void NewClient(IClientAPI client)
|
||||
|
|
Loading…
Reference in New Issue