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

@@ -1308,5 +1308,7 @@ namespace OpenSim.Framework
void SendChangeUserRights(UUID agentID, UUID friendID, int rights);
void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId);
void StopFlying(ISceneEntity presence);
}
}