diff options
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.cs | 1 |
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 | ||