diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b413c2c3..02ecc1a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -768,6 +768,7 @@ namespace OpenSim.Framework | |||
768 | void sendEstateManagersList(LLUUID invoice); | 768 | void sendEstateManagersList(LLUUID invoice); |
769 | void sendRegionInfoToEstateMenu(); | 769 | void sendRegionInfoToEstateMenu(); |
770 | void sendEstateCovenantInformation(); | 770 | void sendEstateCovenantInformation(); |
771 | void sendDetailedEstateData(LLUUID invoice); | ||
771 | 772 | ||
772 | byte[] GetThrottlesPacked(float multiplier); | 773 | byte[] GetThrottlesPacked(float multiplier); |
773 | 774 | ||