diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c1333fc..556a532 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1308,5 +1308,7 @@ namespace OpenSim.Framework | |||
1308 | 1308 | ||
1309 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); | 1309 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); |
1310 | void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId); | 1310 | void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId); |
1311 | |||
1312 | void StopFlying(ISceneEntity presence); | ||
1311 | } | 1313 | } |
1312 | } | 1314 | } |