Prevent the restart module from barfing if it's not configured

avinationmerge
Melanie 2010-11-30 15:40:50 +01:00
parent b08cc63003
commit 0218845c2e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace OpenSim.Region.CoreModules.World.Region
protected UUID m_Initiator;
protected bool m_Notice = false;
protected IDialogModule m_DialogModule = null;
protected string m_MarkerPath;
protected string m_MarkerPath = String.Empty;
public void Initialise(IConfigSource config)
{