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
Sean Dague 2008-11-13 21:31:03 +00:00
parent 1fd32a5ab2
commit c268a3c84e
1 changed files with 1 additions and 1 deletions

View File

@ -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)