mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Prevent the restart module from barfing if it's not configured
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user