mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
- corrects statement about {asset,user,inventory} source configuration
as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
This commit is contained in:
@@ -145,7 +145,9 @@ namespace OpenSim.Framework
|
||||
private LLUUID _partner;
|
||||
|
||||
/// <summary>
|
||||
/// The regionhandle of the users preffered home region. If multiple sims occupy the same spot, the grid may decide which region the user logs into
|
||||
/// The regionhandle of the users preferred home region. If
|
||||
/// multiple sims occupy the same spot, the grid may decide
|
||||
/// which region the user logs into
|
||||
/// </summary>
|
||||
public virtual ulong HomeRegion
|
||||
{
|
||||
@@ -159,7 +161,9 @@ namespace OpenSim.Framework
|
||||
|
||||
private LLUUID _homeRegionID;
|
||||
/// <summary>
|
||||
/// The regionID of the users home region. This is unique; even if the position of the region changes within the grid, this will refer to the same region.
|
||||
/// The regionID of the users home region. This is unique;
|
||||
/// even if the position of the region changes within the
|
||||
/// grid, this will refer to the same region.
|
||||
/// </summary>
|
||||
public LLUUID HomeRegionID
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user