diff options
Diffstat (limited to 'OpenSim/Addons/Groups/GroupsExtendedData.cs')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsExtendedData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsExtendedData.cs b/OpenSim/Addons/Groups/GroupsExtendedData.cs index 1632aee..c783b9e 100644 --- a/OpenSim/Addons/Groups/GroupsExtendedData.cs +++ b/OpenSim/Addons/Groups/GroupsExtendedData.cs | |||
@@ -174,7 +174,7 @@ namespace OpenSim.Groups | |||
174 | if (dict.ContainsKey("ServiceLocation") && dict["ServiceLocation"] != null) | 174 | if (dict.ContainsKey("ServiceLocation") && dict["ServiceLocation"] != null) |
175 | grec.ServiceLocation = dict["ServiceLocation"].ToString(); | 175 | grec.ServiceLocation = dict["ServiceLocation"].ToString(); |
176 | else | 176 | else |
177 | grec.GroupName = string.Empty; | 177 | grec.ServiceLocation = string.Empty; |
178 | 178 | ||
179 | if (dict.ContainsKey("ShownInList") && dict["ShownInList"] != null) | 179 | if (dict.ContainsKey("ShownInList") && dict["ShownInList"] != null) |
180 | grec.ShowInList = bool.Parse(dict["ShownInList"].ToString()); | 180 | grec.ShowInList = bool.Parse(dict["ShownInList"].ToString()); |