Add llGiveInventory() test from object to object where both objects are owned by the same user.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-22 22:17:07 +00:00
parent 25e5b6a76c
commit c4b2d24f33
7 changed files with 146 additions and 7 deletions

View File

@@ -598,6 +598,12 @@ namespace OpenSim.Region.CoreModules.World.Terrain
"[TERRAIN]: Could not save terrain from {0} to {1}. Valid file extensions are {2}",
m_scene.RegionInfo.RegionName, filename, m_supportedFileExtensions);
}
else
{
m_log.ErrorFormat(
"[TERRAIN]: Could not save terrain from {0} to {1}. {2} {3} {4} {5} {6} {7}",
m_scene.RegionInfo.RegionName, filename, fileWidth, fileHeight, fileStartX, fileStartY, offsetX, offsetY);
}
}
/// <summary>