diff options
author | Jeff Ames | 2010-01-04 06:10:45 +0900 |
---|---|---|
committer | Jeff Ames | 2010-01-04 06:17:30 +0900 |
commit | 70d5b1c34cf2eb6621f383169fdee03966850762 (patch) | |
tree | 18bf786a4c0897cb24fa9ceef5f53d5ce345a78f /OpenSim/ApplicationPlugins/RemoteController | |
parent | Add virtual method StateChange to ScriptBaseClass (diff) | |
download | opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.zip opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.tar.gz opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.tar.bz2 opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.tar.xz |
Formatting cleanup. Add copyright headers.
Diffstat (limited to '')
-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 |