Fix build break and change some groups interfaces

This commit is contained in:
Melanie Thielker
2009-04-16 00:46:24 +00:00
parent 7e95783dd3
commit ac96722c1d
7 changed files with 10 additions and 13 deletions

View File

@@ -734,7 +734,7 @@ namespace OpenSim.Region.CoreModules.World.Land
}
}
remote_client.SendLandObjectOwners(primCount);
remote_client.SendLandObjectOwners(landData, primCount);
}
}