mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* minor: Eliminate unused paramter in LocalUserServices constructors
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Region.Environment.Scenes.Tests
|
||||
m_interServiceInventoryService = lis;
|
||||
AddInventoryService(lis);
|
||||
|
||||
LocalUserServices lus = new LocalUserServices(null, 991, 992, lis);
|
||||
LocalUserServices lus = new LocalUserServices(991, 992, lis);
|
||||
m_userService = lus;
|
||||
m_userServiceAdmin = lus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user