ScenePresence line endings and fix AllowMovement default to true.

xassetservice
Dan Lake 2012-03-02 09:19:13 -08:00
parent e8779cd9e5
commit 8d249f8456
1 changed files with 30 additions and 30 deletions

View File

@ -683,7 +683,7 @@ namespace OpenSim.Region.Framework.Scenes
IClientAPI client, Scene world, AvatarAppearance appearance, PresenceType type)
{
AttachmentsSyncLock = new Object();
AllowMovement = true;
IsChildAgent = true;
m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
Animator = new ScenePresenceAnimator(this);