aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authormingchen2008-05-04 19:19:18 +0000
committermingchen2008-05-04 19:19:18 +0000
commitddb3a9bdf8a2726d41b94397ac8455bc07e35c09 (patch)
tree3ed7f8980d7a252919ff68bb293a033a738cab9a /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parent*Fixed up EstateManagementModule to the module standard - no more packets all... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs3
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}