aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World/Avatar.cs
diff options
context:
space:
mode:
authorMW2007-05-30 21:05:35 +0000
committerMW2007-05-30 21:05:35 +0000
commit0274b19cad2fc727f67e00f9e0f01b0f9035d08f (patch)
treeec94462be89b3d01482751bbe7ae5356ac6eea15 /OpenSim/OpenSim.World/Avatar.cs
parentSeems our avatar was a bit overexcited about existing and stayed about 5 mile... (diff)
downloadopensim-SC_OLD-0274b19cad2fc727f67e00f9e0f01b0f9035d08f.zip
opensim-SC_OLD-0274b19cad2fc727f67e00f9e0f01b0f9035d08f.tar.gz
opensim-SC_OLD-0274b19cad2fc727f67e00f9e0f01b0f9035d08f.tar.bz2
opensim-SC_OLD-0274b19cad2fc727f67e00f9e0f01b0f9035d08f.tar.xz
Attempt to enable chat, but seems to be a problem with the distances
Diffstat (limited to 'OpenSim/OpenSim.World/Avatar.cs')
-rw-r--r--OpenSim/OpenSim.World/Avatar.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.cs b/OpenSim/OpenSim.World/Avatar.cs
index 247e194..1c22977 100644
--- a/OpenSim/OpenSim.World/Avatar.cs
+++ b/OpenSim/OpenSim.World/Avatar.cs
@@ -136,7 +136,6 @@ namespace OpenSim.world
136 //really really should be moved somewhere else (RegionInfo.cs ?) 136 //really really should be moved somewhere else (RegionInfo.cs ?)
137 public void SendRegionHandshake() 137 public void SendRegionHandshake()
138 { 138 {
139 Console.WriteLine("sending handshake");
140 this.ControllingClient.SendRegionHandshake(this.regionData); 139 this.ControllingClient.SendRegionHandshake(this.regionData);
141 } 140 }
142 141