Give feedback when "terrain save-tile" is not successfully invoked.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-24 02:16:44 +00:00
parent 164706043d
commit cf61c74e90
3 changed files with 61 additions and 33 deletions

View File

@@ -421,12 +421,18 @@ namespace OpenSim.Framework
set { m_internalEndPoint = value; }
}
/// <summary>
/// The x co-ordinate of this region in map tiles (e.g. 1000).
/// </summary>
public uint RegionLocX
{
get { return m_regionLocX.Value; }
set { m_regionLocX = value; }
}
/// <summary>
/// The y co-ordinate of this region in map tiles (e.g. 1000).
/// </summary>
public uint RegionLocY
{
get { return m_regionLocY.Value; }