aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/UDPServer.cs
diff options
context:
space:
mode:
authorlbsa712007-09-19 04:19:27 +0000
committerlbsa712007-09-19 04:19:27 +0000
commit2afbf8b22b1548c7994981acf92882c6d9628bb9 (patch)
treeaae0d8494f800b7d23748069f108e606358cd5d1 /OpenSim/Region/ClientStack/UDPServer.cs
parent* Deleted unused RegionManager.cs (diff)
downloadopensim-SC_OLD-2afbf8b22b1548c7994981acf92882c6d9628bb9.zip
opensim-SC_OLD-2afbf8b22b1548c7994981acf92882c6d9628bb9.tar.gz
opensim-SC_OLD-2afbf8b22b1548c7994981acf92882c6d9628bb9.tar.bz2
opensim-SC_OLD-2afbf8b22b1548c7994981acf92882c6d9628bb9.tar.xz
* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvatar and MakeChildAgent respectively
* Removed unused m_child from ClientView
Diffstat (limited to 'OpenSim/Region/ClientStack/UDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/UDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs
index 6d72853..64ed4b4 100644
--- a/OpenSim/Region/ClientStack/UDPServer.cs
+++ b/OpenSim/Region/ClientStack/UDPServer.cs
@@ -133,7 +133,7 @@ namespace OpenSim.Region.ClientStack
133 else if (packet.Type == PacketType.UseCircuitCode) 133 else if (packet.Type == PacketType.UseCircuitCode)
134 { 134 {
135 // new client 135 // new client
136 this.AddNewClient(packet); 136 AddNewClient(packet);
137 } 137 }
138 else 138 else
139 { // invalid client 139 { // invalid client