mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Create a working configuration hook to allow LLClient parameters from
Opensim.ini to take force
This commit is contained in:
@@ -53,7 +53,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public IConfigSource Config
|
||||
{
|
||||
get { return null; }
|
||||
get { return GetConfig(); }
|
||||
}
|
||||
|
||||
protected virtual IConfigSource GetConfig()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <value>
|
||||
|
||||
Reference in New Issue
Block a user