diff options
author | Diva Canto | 2010-12-10 11:33:09 -0800 |
---|---|---|
committer | Diva Canto | 2010-12-10 11:33:09 -0800 |
commit | 58b251506cd79e1abe5d48e4f5be0df66e7e7413 (patch) | |
tree | e45b9133dac91049873bc049537a60719b5d197e /OpenSim/Services/Interfaces | |
parent | A stab at mantis #5256. Separate ScenePresence updates from SceneObject updat... (diff) | |
parent | Adjust hypergrid console commands to latest changes. (diff) | |
download | opensim-SC_OLD-58b251506cd79e1abe5d48e4f5be0df66e7e7413.zip opensim-SC_OLD-58b251506cd79e1abe5d48e4f5be0df66e7e7413.tar.gz opensim-SC_OLD-58b251506cd79e1abe5d48e4f5be0df66e7e7413.tar.bz2 opensim-SC_OLD-58b251506cd79e1abe5d48e4f5be0df66e7e7413.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserAccountService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserAccountService.cs b/OpenSim/Services/Interfaces/IUserAccountService.cs index c580078..9c992e0 100644 --- a/OpenSim/Services/Interfaces/IUserAccountService.cs +++ b/OpenSim/Services/Interfaces/IUserAccountService.cs | |||
@@ -101,7 +101,7 @@ namespace OpenSim.Services.Interfaces | |||
101 | if (str != string.Empty) | 101 | if (str != string.Empty) |
102 | { | 102 | { |
103 | string[] parts = str.Split(new char[] { ';' }); | 103 | string[] parts = str.Split(new char[] { ';' }); |
104 | Dictionary<string, object> dic = new Dictionary<string, object>(); | 104 | // Dictionary<string, object> dic = new Dictionary<string, object>(); |
105 | foreach (string s in parts) | 105 | foreach (string s in parts) |
106 | { | 106 | { |
107 | string[] parts2 = s.Split(new char[] { '*' }); | 107 | string[] parts2 = s.Split(new char[] { '*' }); |