aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLProxyLoginModule.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-12-29 22:00:01 -0500
committerTeravus Ovares (Dan Olivares)2009-12-29 22:00:01 -0500
commit2205d1c486666399085f2e6d3b7d5d08474587cf (patch)
tree10fa1e3ed522d4eefdd3770a531648ee2c9957f4 /OpenSim/Client/Linden/LLProxyLoginModule.cs
parent* Attempts to resolve the megaregion terrain edit rebound. (diff)
parentFix an omission in LSL that causes a viewer crash (diff)
downloadopensim-SC_OLD-2205d1c486666399085f2e6d3b7d5d08474587cf.zip
opensim-SC_OLD-2205d1c486666399085f2e6d3b7d5d08474587cf.tar.gz
opensim-SC_OLD-2205d1c486666399085f2e6d3b7d5d08474587cf.tar.bz2
opensim-SC_OLD-2205d1c486666399085f2e6d3b7d5d08474587cf.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Client/Linden/LLProxyLoginModule.cs')
-rw-r--r--OpenSim/Client/Linden/LLProxyLoginModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLProxyLoginModule.cs b/OpenSim/Client/Linden/LLProxyLoginModule.cs
index efae234..9075f15 100644
--- a/OpenSim/Client/Linden/LLProxyLoginModule.cs
+++ b/OpenSim/Client/Linden/LLProxyLoginModule.cs
@@ -268,7 +268,7 @@ namespace OpenSim.Client.Linden
268 else 268 else
269 { 269 {
270 string reason; 270 string reason;
271 if (scene.NewUserConnection(agentData, out reason)) 271 if (scene.NewUserConnection(agentData, (uint)TeleportFlags.ViaLogin, out reason))
272 { 272 {
273 success = true; 273 success = true;
274 } 274 }