Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet

we used to send before slimupdates and explicitly send it
This commit is contained in:
Melanie
2010-06-12 01:25:25 +01:00
parent ed38b4a140
commit c8ed972443
10 changed files with 71 additions and 19 deletions

View File

@@ -1199,6 +1199,10 @@ namespace OpenSim.Client.Sirikata.ClientStack
{
}
public void StopFlying(ISceneEntity presence)
{
}
#endregion
}
}