aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalUserServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalUserServices.cs')
-rw-r--r--OpenSim/Region/Communications/Local/LocalUserServices.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalUserServices.cs b/OpenSim/Region/Communications/Local/LocalUserServices.cs
index 8a4d4e7..6192a7a 100644
--- a/OpenSim/Region/Communications/Local/LocalUserServices.cs
+++ b/OpenSim/Region/Communications/Local/LocalUserServices.cs
@@ -52,8 +52,7 @@ namespace OpenSim.Region.Communications.Local
52 /// <param name="inventoryService"></param> 52 /// <param name="inventoryService"></param>
53 /// <param name="statsCollector">Can be null if stats collection is not required.</param> 53 /// <param name="statsCollector">Can be null if stats collection is not required.</param>
54 public LocalUserServices(NetworkServersInfo serversInfo, uint defaultHomeLocX, uint defaultHomeLocY, 54 public LocalUserServices(NetworkServersInfo serversInfo, uint defaultHomeLocX, uint defaultHomeLocY,
55 IInventoryServices inventoryService, UserStatsReporter statsCollector) 55 IInventoryServices inventoryService)
56 : base(statsCollector)
57 { 56 {
58 m_serversInfo = serversInfo; 57 m_serversInfo = serversInfo;
59 58
@@ -103,4 +102,4 @@ namespace OpenSim.Region.Communications.Local
103 return data; 102 return data;
104 } 103 }
105 } 104 }
106} \ No newline at end of file 105}