mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Added test GridClient, which allowed me to remove a few bugs out of the new code.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
if (serverConfig == null)
|
||||
throw new Exception("No section 'Server' in config file");
|
||||
|
||||
string gridService = serverConfig.GetString("GridServiceModule",
|
||||
string gridService = serverConfig.GetString("LocalServiceModule",
|
||||
String.Empty);
|
||||
|
||||
if (gridService == String.Empty)
|
||||
|
||||
Reference in New Issue
Block a user