mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Change read config paramter from max_urls_per_simulator to max_external_urls_per_simulator, which is what it was meant to be
This commit is contained in:
@@ -113,7 +113,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||
IConfig llFunctionsConfig = config.Configs["LL-Functions"];
|
||||
|
||||
if (llFunctionsConfig != null)
|
||||
m_TotalUrls = llFunctionsConfig.GetInt("max_urls_per_simulator", m_TotalUrls);
|
||||
m_TotalUrls = llFunctionsConfig.GetInt("max_external_urls_per_simulator", m_TotalUrls);
|
||||
}
|
||||
|
||||
public void PostInitialise()
|
||||
|
||||
Reference in New Issue
Block a user