diff options
author | mingchen | 2008-05-04 19:19:18 +0000 |
---|---|---|
committer | mingchen | 2008-05-04 19:19:18 +0000 |
commit | ddb3a9bdf8a2726d41b94397ac8455bc07e35c09 (patch) | |
tree | 3ed7f8980d7a252919ff68bb293a033a738cab9a /OpenSim/Framework | |
parent | *Fixed up EstateManagementModule to the module standard - no more packets all... (diff) | |
download | opensim-SC_OLD-ddb3a9bdf8a2726d41b94397ac8455bc07e35c09.zip opensim-SC_OLD-ddb3a9bdf8a2726d41b94397ac8455bc07e35c09.tar.gz opensim-SC_OLD-ddb3a9bdf8a2726d41b94397ac8455bc07e35c09.tar.bz2 opensim-SC_OLD-ddb3a9bdf8a2726d41b94397ac8455bc07e35c09.tar.xz |
*Fixed a mistake in the EstateManagementModule that messed up the trunk.
Diffstat (limited to 'OpenSim/Framework')
-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 | ||