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/CoreModules/World/Land | |
parent | Expose the GroupRecord and it's accessor API (diff) | |
download | opensim-SC-ac96722c1d6b8c6466fcd924a2d92d50853de042.zip opensim-SC-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.gz opensim-SC-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.bz2 opensim-SC-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.xz |
Fix build break and change some groups interfaces
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs index e3e49ba..a19b454 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs | |||
@@ -734,7 +734,7 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
734 | } | 734 | } |
735 | } | 735 | } |
736 | 736 | ||
737 | remote_client.SendLandObjectOwners(primCount); | 737 | remote_client.SendLandObjectOwners(landData, primCount); |
738 | } | 738 | } |
739 | } | 739 | } |
740 | 740 | ||