diff options
author | lbsa71 | 2008-02-25 15:36:24 +0000 |
---|---|---|
committer | lbsa71 | 2008-02-25 15:36:24 +0000 |
commit | 5b3897a4af247a14dfd36fa00bb6999e0a1078d5 (patch) | |
tree | 7e70f5fdc18f458c813808ab5ef5486a80ea9604 /OpenSim/Region/Environment/Modules/ChatModule.cs | |
parent | Updated paths in classaudit script. (diff) | |
download | opensim-SC_OLD-5b3897a4af247a14dfd36fa00bb6999e0a1078d5.zip opensim-SC_OLD-5b3897a4af247a14dfd36fa00bb6999e0a1078d5.tar.gz opensim-SC_OLD-5b3897a4af247a14dfd36fa00bb6999e0a1078d5.tar.bz2 opensim-SC_OLD-5b3897a4af247a14dfd36fa00bb6999e0a1078d5.tar.xz |
* Caught HttpListenerException and swallowed if with output
* Moved Flush into Close since it's always done in that order.
* Minor renamings
* Reversed if for clarity
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ChatModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ChatModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/ChatModule.cs b/OpenSim/Region/Environment/Modules/ChatModule.cs index c146941..b118257 100644 --- a/OpenSim/Region/Environment/Modules/ChatModule.cs +++ b/OpenSim/Region/Environment/Modules/ChatModule.cs | |||
@@ -161,7 +161,6 @@ namespace OpenSim.Region.Environment.Modules | |||
161 | } | 161 | } |
162 | client.OnLogout += ClientLoggedOut; | 162 | client.OnLogout += ClientLoggedOut; |
163 | client.OnConnectionClosed += ClientLoggedOut; | 163 | client.OnConnectionClosed += ClientLoggedOut; |
164 | //client.OnDisconnectUser += ClientLoggedOut; | ||
165 | client.OnLogout += ClientLoggedOut; | 164 | client.OnLogout += ClientLoggedOut; |
166 | } | 165 | } |
167 | catch (Exception ex) | 166 | catch (Exception ex) |