diff options
Diffstat (limited to 'OpenSim/Framework/UserConfig.cs')
-rw-r--r-- | OpenSim/Framework/UserConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index 3fedf22..31838ad 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs | |||
@@ -165,7 +165,7 @@ namespace OpenSim.Framework | |||
165 | DefaultStartupMsg = (string) configuration_result; | 165 | DefaultStartupMsg = (string) configuration_result; |
166 | break; | 166 | break; |
167 | case "default_grid_server": | 167 | case "default_grid_server": |
168 | GridServerURL = new Uri( (string) configuration_result ); | 168 | GridServerURL = new Uri((string) configuration_result); |
169 | break; | 169 | break; |
170 | case "grid_send_key": | 170 | case "grid_send_key": |
171 | GridSendKey = (string) configuration_result; | 171 | GridSendKey = (string) configuration_result; |