aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory
diff options
context:
space:
mode:
authorMelanie2012-02-26 02:36:34 +0100
committerMelanie2012-02-26 02:36:34 +0100
commitc82709c0d6c72852d8614651f9cb31df09fff883 (patch)
treeee7e539ef5b56383c8bf767f06cfbc2581c8d7bf /OpenSim/Region/CoreModules/Avatar/AvatarFactory
parentDelay the sending of the initial werables update until the inventory and (diff)
downloadopensim-SC_OLD-c82709c0d6c72852d8614651f9cb31df09fff883.zip
opensim-SC_OLD-c82709c0d6c72852d8614651f9cb31df09fff883.tar.gz
opensim-SC_OLD-c82709c0d6c72852d8614651f9cb31df09fff883.tar.bz2
opensim-SC_OLD-c82709c0d6c72852d8614651f9cb31df09fff883.tar.xz
Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/AvatarFactory')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
index 93e22e0..2bebd30 100644
--- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
@@ -553,7 +553,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
553 { 553 {
554 Util.FireAndForget(delegate(object x) 554 Util.FireAndForget(delegate(object x)
555 { 555 {
556 Thread.Sleep(2000); 556 Thread.Sleep(4000);
557 557
558 // m_log.DebugFormat("[AVFACTORY]: Client_OnRequestWearables called for {0} ({1})", client.Name, client.AgentId); 558 // m_log.DebugFormat("[AVFACTORY]: Client_OnRequestWearables called for {0} ({1})", client.Name, client.AgentId);
559 ScenePresence sp = m_scene.GetScenePresence(client.AgentId); 559 ScenePresence sp = m_scene.GetScenePresence(client.AgentId);