Add a regression test for rezzing a single object into a scene from user inventory

This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-13 17:46:36 +01:00
parent 90b810c27e
commit 6613daa82a
4 changed files with 146 additions and 1 deletions

View File

@@ -259,6 +259,10 @@ namespace OpenSim.Region.CoreModules.World.Estate
private void handleChangeEstateCovenantRequest(IClientAPI remoteClient, UUID estateCovenantID)
{
// m_log.DebugFormat(
// "[ESTATE MANAGEMENT MODULE]: Handling request from {0} to change estate covenant to {1}",
// remoteClient.Name, estateCovenantID);
Scene.RegionInfo.RegionSettings.Covenant = estateCovenantID;
Scene.RegionInfo.RegionSettings.Save();
TriggerRegionInfoChange();