Fix the long-standing "lost clothing" bug by making AvatarFactory a non
shared module (which it should have been all along).
This commit is contained in:
Sean Dague
2008-11-13 21:31:03 +00:00
parent 1fd32a5ab2
commit c268a3c84e

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)