aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/RegionCommsListener.cs
diff options
context:
space:
mode:
authormingchen2007-06-29 01:58:16 +0000
committermingchen2007-06-29 01:58:16 +0000
commit90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c (patch)
tree7428eccc93a3f64f46e08d7269bc337f3d26d8a8 /OpenSim/Framework/General/RegionCommsListener.cs
parent* Removed J# language support because it has issues with Mono. (diff)
downloadopensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.zip
opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.tar.gz
opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.tar.bz2
opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.tar.xz
*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/General/RegionCommsListener.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/RegionCommsListener.cs b/OpenSim/Framework/General/RegionCommsListener.cs
index bba928f..5fa2f58 100644
--- a/OpenSim/Framework/General/RegionCommsListener.cs
+++ b/OpenSim/Framework/General/RegionCommsListener.cs
@@ -49,6 +49,7 @@ namespace OpenSim.Framework
49 { 49 {
50 if(OnExpectUser != null) 50 if(OnExpectUser != null)
51 { 51 {
52
52 OnExpectUser(regionHandle, agent); 53 OnExpectUser(regionHandle, agent);
53 return true; 54 return true;
54 } 55 }