From 1b1226a48370fc3f91ce2253bca848f6b698d40e Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 12:18:22 +0000 Subject: Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please! --- OpenSim/OpenSim.World/ParcelManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/OpenSim.World/ParcelManager.cs') diff --git a/OpenSim/OpenSim.World/ParcelManager.cs b/OpenSim/OpenSim.World/ParcelManager.cs index db6909d..37dd24f 100644 --- a/OpenSim/OpenSim.World/ParcelManager.cs +++ b/OpenSim/OpenSim.World/ParcelManager.cs @@ -33,7 +33,7 @@ using libsecondlife.Packets; using OpenSim.Framework.Interfaces; using OpenSim.Framework.Types; -namespace OpenSim.world +namespace OpenSim.Region { @@ -418,7 +418,7 @@ namespace OpenSim.world { for (y = 0; y < inc_y; y++) { - OpenSim.world.Parcel currentParcel = getParcel(start_x + x, start_y + y); + OpenSim.Region.Parcel currentParcel = getParcel(start_x + x, start_y + y); if (!temp.Contains(currentParcel)) { currentParcel.forceUpdateParcelInfo(); @@ -648,7 +648,7 @@ namespace OpenSim.world sendParcelProperties(0, false, 0, avatars[i].ControllingClient); } } - + } } #endregion -- cgit v1.1