diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index adf7967..9400788 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -322,8 +322,8 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
322 | if (Uri.TryCreate(file, UriKind.RelativeOrAbsolute, out result)) | 322 | if (Uri.TryCreate(file, UriKind.RelativeOrAbsolute, out result)) |
323 | { | 323 | { |
324 | // the url is valid | 324 | // the url is valid |
325 | string fileType = file.Substring(file.LastIndexOf('/') + 1); | 325 | string fileType = file.Substring(file.LastIndexOf('/') + 1); |
326 | terrainModule.LoadFromStream(fileType, result); | 326 | terrainModule.LoadFromStream(fileType, result); |
327 | } | 327 | } |
328 | } | 328 | } |
329 | else | 329 | else |