* remind me to never touch EstateSettings ever again. Ever.

0.6.5-rc1
lbsa71 2009-04-17 15:06:51 +00:00
parent 3db52d95ef
commit 1759d05cdf
1 changed files with 4 additions and 4 deletions

View File

@ -43,12 +43,12 @@ namespace OpenSim.Framework
// Only the client uses these // Only the client uses these
// //
private uint m_EstateId = 100; private uint m_EstateID = 100;
public uint EstateID public uint EstateID
{ {
get { return m_EstateId; } get { return m_EstateID; }
set { m_EstateId = value; } set { m_EstateID = value; }
} }
private string m_EstateName; private string m_EstateName;
@ -466,7 +466,7 @@ namespace OpenSim.Framework
m_BillableFactor = (float) configuration_result; m_BillableFactor = (float) configuration_result;
break; break;
// case "estate_id": // case "estate_id":
// m_EstateId = (uint) configuration_result; // m_EstateID = (uint) configuration_result;
// break; // break;
// case "parent_estate_id": // case "parent_estate_id":
// m_ParentEstateID = (uint) configuration_result; // m_ParentEstateID = (uint) configuration_result;