diff options
author | Melanie Thielker | 2009-04-16 00:46:24 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-16 00:46:24 +0000 |
commit | ac96722c1d6b8c6466fcd924a2d92d50853de042 (patch) | |
tree | 146d186ec7d71f871fed918f8d9e238bed9fba1b /OpenSim/Region/Examples | |
parent | Expose the GroupRecord and it's accessor API (diff) | |
download | opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.zip opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.gz opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.bz2 opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.xz |
Fix build break and change some groups interfaces
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 0e9d255..3c41c02 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -885,7 +885,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
885 | { | 885 | { |
886 | } | 886 | } |
887 | 887 | ||
888 | public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount) | 888 | public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount) |
889 | { | 889 | { |
890 | } | 890 | } |
891 | 891 | ||