mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
minor: slightly adjust previous method doc.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// Load estate settings for a region.
|
||||
/// </summary>
|
||||
/// <param name="regionID"></param>
|
||||
/// <param name="create">If true, then an estate is created if one is not found. This is used in migration.</param>
|
||||
/// <param name="create">If true, then an estate is created if one is not found.</param>
|
||||
/// <returns></returns>
|
||||
EstateSettings LoadEstateSettings(UUID regionID, bool create);
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// Load estate settings for a region.
|
||||
/// </summary>
|
||||
/// <param name="regionID"></param>
|
||||
/// <param name="create">If true, then an estate is created if one is not found. This is used in migration.</param>
|
||||
/// <param name="create">If true, then an estate is created if one is not found.</param>
|
||||
/// <returns></returns>
|
||||
EstateSettings LoadEstateSettings(UUID regionID, bool create);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user