mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
replaced exception when sitting and typing with rather amusing getting up and sitting back down animation
This commit is contained in:
@@ -703,6 +703,18 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (m_parentID != 0)
|
||||
{
|
||||
if (m_isTyping)
|
||||
{
|
||||
SendAnimPack(Animations.AnimsLLUUID["TYPE"], 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
// TODO: stop the typing animation, continue sitting
|
||||
SendAnimPack(Animations.AnimsLLUUID["SIT"], 1);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (((m_movementflag & (uint) MainAvatar.ControlFlags.AGENT_CONTROL_UP_NEG) != 0) &&
|
||||
|
||||
Reference in New Issue
Block a user