aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common
diff options
context:
space:
mode:
authorMW2007-06-21 13:55:28 +0000
committerMW2007-06-21 13:55:28 +0000
commite647d9ec51ebb3008277c5268953b71b079c0a5d (patch)
tree737032ede544002daa2a54d03a53b4dc9213e48b /Common
parent* Added MySQL license to ThirdPartyLicenses/MySQL and FOSS Exemption for BSD ... (diff)
downloadopensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.zip
opensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.tar.gz
opensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.tar.bz2
opensim-SC_OLD-e647d9ec51ebb3008277c5268953b71b079c0a5d.tar.xz
Fixed problem of not being able to move out of the first 3X3 block of regions. (Code Needs cleaning up).
Diffstat (limited to 'Common')
-rw-r--r--Common/OpenSim.Framework/RegionCommsListener.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/RegionCommsListener.cs b/Common/OpenSim.Framework/RegionCommsListener.cs
index 3fec937..bba928f 100644
--- a/Common/OpenSim.Framework/RegionCommsListener.cs
+++ b/Common/OpenSim.Framework/RegionCommsListener.cs
@@ -56,7 +56,7 @@ namespace OpenSim.Framework
56 return false; 56 return false;
57 } 57 }
58 58
59 public virtual bool ExpectAvatarCrossing(ulong regionHandle, libsecondlife.LLUUID agentID, libsecondlife.LLVector3 position) 59 public virtual bool TriggerExpectAvatarCrossing(ulong regionHandle, libsecondlife.LLUUID agentID, libsecondlife.LLVector3 position)
60 { 60 {
61 if (OnAvatarCrossingIntoRegion != null) 61 if (OnAvatarCrossingIntoRegion != null)
62 { 62 {