work around some more warnings
parent
f794ab1a67
commit
bced98d6e9
|
@ -61,7 +61,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.AgentPreferences
|
|||
get { return "RemoteAgentPreferencesServicesConnector"; }
|
||||
}
|
||||
|
||||
public override void Initialise(IConfigSource source)
|
||||
public new void Initialise(IConfigSource source)
|
||||
{
|
||||
IConfig moduleConfig = source.Configs["Modules"];
|
||||
if (moduleConfig != null)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue