mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
preventing a null reference exception from being thrown
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -5527,6 +5527,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public string GetExtraSetting(string name)
|
||||
{
|
||||
if (m_extraSettings == null)
|
||||
return String.Empty;
|
||||
|
||||
string val;
|
||||
|
||||
if (!m_extraSettings.TryGetValue(name, out val))
|
||||
|
||||
Reference in New Issue
Block a user