aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World/ParcelManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/OpenSim.World/ParcelManager.cs')
-rw-r--r--OpenSim/OpenSim.World/ParcelManager.cs6
1 files changed, 3 insertions, 3 deletions
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;
33using OpenSim.Framework.Interfaces; 33using OpenSim.Framework.Interfaces;
34using OpenSim.Framework.Types; 34using OpenSim.Framework.Types;
35 35
36namespace OpenSim.world 36namespace OpenSim.Region
37{ 37{
38 38
39 39
@@ -418,7 +418,7 @@ namespace OpenSim.world
418 { 418 {
419 for (y = 0; y < inc_y; y++) 419 for (y = 0; y < inc_y; y++)
420 { 420 {
421 OpenSim.world.Parcel currentParcel = getParcel(start_x + x, start_y + y); 421 OpenSim.Region.Parcel currentParcel = getParcel(start_x + x, start_y + y);
422 if (!temp.Contains(currentParcel)) 422 if (!temp.Contains(currentParcel))
423 { 423 {
424 currentParcel.forceUpdateParcelInfo(); 424 currentParcel.forceUpdateParcelInfo();
@@ -648,7 +648,7 @@ namespace OpenSim.world
648 sendParcelProperties(0, false, 0, avatars[i].ControllingClient); 648 sendParcelProperties(0, false, 0, avatars[i].ControllingClient);
649 } 649 }
650 } 650 }
651 651
652 } 652 }
653 } 653 }
654 #endregion 654 #endregion