Bug fix on the bug fix on UserAccountService.cs

remove-scene-viewer
Diva Canto 2011-10-16 16:13:24 -07:00
parent bbd0e68c06
commit 730460169f
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ namespace OpenSim.Services.UserAccountService
if (userConfig == null)
throw new Exception("No UserAccountService configuration");
m_RootInstance = this;
string gridServiceDll = userConfig.GetString("GridService", string.Empty);
if (gridServiceDll != string.Empty)
m_GridService = LoadPlugin<IGridService>(gridServiceDll, new Object[] { config });