diff options
author | Teravus Ovares | 2008-03-31 23:54:49 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-31 23:54:49 +0000 |
commit | a0a0229fdfc980b1a716e94c33812937431671e6 (patch) | |
tree | 8fa640c9c035bd83261b89b75460eef89b6240d8 /OpenSim/Framework/Communications/LoginService.cs | |
parent | * Fix for terrain issue whereby loading or manipulating a terrain item from t... (diff) | |
download | opensim-SC_OLD-a0a0229fdfc980b1a716e94c33812937431671e6.zip opensim-SC_OLD-a0a0229fdfc980b1a716e94c33812937431671e6.tar.gz opensim-SC_OLD-a0a0229fdfc980b1a716e94c33812937431671e6.tar.bz2 opensim-SC_OLD-a0a0229fdfc980b1a716e94c33812937431671e6.tar.xz |
* Set Svn Properties eol-style: |337
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index cbe8783..413a934 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -128,7 +128,7 @@ namespace OpenSim.Framework.UserManagement | |||
128 | string clientversion = (string)requestData["version"]; | 128 | string clientversion = (string)requestData["version"]; |
129 | m_log.Info("[LOGIN]: Client version: " + clientversion); | 129 | m_log.Info("[LOGIN]: Client version: " + clientversion); |
130 | } | 130 | } |
131 | 131 | ||
132 | if (requestData.Contains("start")) | 132 | if (requestData.Contains("start")) |
133 | { | 133 | { |
134 | startLocationRequest = (string)requestData["start"]; | 134 | startLocationRequest = (string)requestData["start"]; |