applying AvatarFactory fix from trunk revision 7284 to the 0.6 stable branch

0.6.0-stable
MW 2008-11-14 09:55:03 +00:00
parent 8f0bf406fb
commit 335cffbfed
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)