From ff2eb24022f906ea20e673756d2b72162e707491 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Thu, 21 Aug 2008 11:04:57 +0000 Subject: - 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 --- OpenSim/Framework/UserProfileData.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index d0b4c25..2d06148 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs @@ -145,7 +145,9 @@ namespace OpenSim.Framework private LLUUID _partner; /// - /// 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 /// public virtual ulong HomeRegion { @@ -159,7 +161,9 @@ namespace OpenSim.Framework private LLUUID _homeRegionID; /// - /// 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. /// public LLUUID HomeRegionID { -- cgit v1.1