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/Region/Examples/SimpleModule | |
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/Region/Examples/SimpleModule')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 672e34b..1a8f808 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -642,5 +642,8 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
642 | public void sendEstateCovenantInformation() | 642 | public void sendEstateCovenantInformation() |
643 | { | 643 | { |
644 | } | 644 | } |
645 | public void sendDetailedEstateData(LLUUID invoice) | ||
646 | { | ||
647 | } | ||
645 | } | 648 | } |
646 | } | 649 | } |