diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/TCPJSONStream')
-rw-r--r-- | OpenSim/Region/ClientStack/TCPJSONStream/OpenSimWebSocketBase.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/TCPJSONStream/OpenSimWebSocketBase.cs b/OpenSim/Region/ClientStack/TCPJSONStream/OpenSimWebSocketBase.cs index 379438d..6d02543 100644 --- a/OpenSim/Region/ClientStack/TCPJSONStream/OpenSimWebSocketBase.cs +++ b/OpenSim/Region/ClientStack/TCPJSONStream/OpenSimWebSocketBase.cs | |||
@@ -47,7 +47,7 @@ namespace OpenSim.Region.ClientStack.TCPJSONStream | |||
47 | 47 | ||
48 | public void NetworkStop() | 48 | public void NetworkStop() |
49 | { | 49 | { |
50 | m_tcpServer.Stop(); | 50 | // m_tcpServer.Stop(); |
51 | } | 51 | } |
52 | 52 | ||
53 | public bool HandlesRegion(Location x) | 53 | public bool HandlesRegion(Location x) |
@@ -62,12 +62,12 @@ namespace OpenSim.Region.ClientStack.TCPJSONStream | |||
62 | 62 | ||
63 | public void Start() | 63 | public void Start() |
64 | { | 64 | { |
65 | m_tcpServer.Start(); | 65 | //m_tcpServer.Start(); |
66 | } | 66 | } |
67 | 67 | ||
68 | public void Stop() | 68 | public void Stop() |
69 | { | 69 | { |
70 | m_tcpServer.Stop(); | 70 | // m_tcpServer.Stop(); |
71 | } | 71 | } |
72 | } | 72 | } |
73 | } \ No newline at end of file | 73 | } \ No newline at end of file |