diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs index 5ecb482..f74c0db 100644 --- a/OpenSim/Framework/IUserData.cs +++ b/OpenSim/Framework/IUserData.cs | |||
@@ -170,7 +170,7 @@ namespace OpenSim.Framework | |||
170 | void RemoveAttachment(LLUUID user, LLUUID item); | 170 | void RemoveAttachment(LLUUID user, LLUUID item); |
171 | List<LLUUID> GetAttachments(LLUUID user); | 171 | List<LLUUID> GetAttachments(LLUUID user); |
172 | } | 172 | } |
173 | 173 | ||
174 | public class UserDataInitialiser : PluginInitialiserBase | 174 | public class UserDataInitialiser : PluginInitialiserBase |
175 | { | 175 | { |
176 | private string connect; | 176 | private string connect; |