diff options
author | MW | 2007-04-25 13:03:48 +0000 |
---|---|---|
committer | MW | 2007-04-25 13:03:48 +0000 |
commit | f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0 (patch) | |
tree | b9f8f1dac346906f1333aa3fc8da704466eda005 /OpenSim.Framework/SimProfile.cs | |
parent | * Added try{}catch{} to RunTerrainCmd (diff) | |
download | opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.zip opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.tar.gz opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.tar.bz2 opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.tar.xz |
Small clean up of files and directories
Diffstat (limited to 'OpenSim.Framework/SimProfile.cs')
-rw-r--r-- | OpenSim.Framework/SimProfile.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.Framework/SimProfile.cs b/OpenSim.Framework/SimProfile.cs index ad3e028..8acb20b 100644 --- a/OpenSim.Framework/SimProfile.cs +++ b/OpenSim.Framework/SimProfile.cs | |||
@@ -41,7 +41,7 @@ namespace OpenSim.Framework.Sims | |||
41 | } | 41 | } |
42 | return this; | 42 | return this; |
43 | } | 43 | } |
44 | 44 | ||
45 | public SimProfile LoadFromGrid(LLUUID UUID, string GridURL, string SendKey, string RecvKey) | 45 | public SimProfile LoadFromGrid(LLUUID UUID, string GridURL, string SendKey, string RecvKey) |
46 | { | 46 | { |
47 | try | 47 | try |
@@ -73,7 +73,7 @@ namespace OpenSim.Framework.Sims | |||
73 | } | 73 | } |
74 | return this; | 74 | return this; |
75 | } | 75 | } |
76 | 76 | ||
77 | 77 | ||
78 | public SimProfile() | 78 | public SimProfile() |
79 | { | 79 | { |