diff options
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 | { |