mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
work around some more warnings
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenSim.Services.Connectors
|
||||
Initialise(source);
|
||||
}
|
||||
|
||||
public virtual void Initialise(IConfigSource source)
|
||||
public void Initialise(IConfigSource source)
|
||||
{
|
||||
IConfig gridConfig = source.Configs["AgentPreferencesService"];
|
||||
if (gridConfig == null)
|
||||
|
||||
Reference in New Issue
Block a user