From ddb3a9bdf8a2726d41b94397ac8455bc07e35c09 Mon Sep 17 00:00:00 2001 From: mingchen Date: Sun, 4 May 2008 19:19:18 +0000 Subject: *Fixed a mistake in the EstateManagementModule that messed up the trunk. --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework') 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 void sendEstateManagersList(LLUUID invoice); void sendRegionInfoToEstateMenu(); void sendEstateCovenantInformation(); + void sendDetailedEstateData(LLUUID invoice); byte[] GetThrottlesPacked(float multiplier); -- cgit v1.1