protect the region ready alerts for loading oarfiles if no post URI is set
parent
43173f1b0d
commit
2e4fbe6b17
|
@ -254,8 +254,11 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
|
||||||
// Will need some controls around this
|
// Will need some controls around this
|
||||||
m_scene.LoginsDisabled = true;
|
m_scene.LoginsDisabled = true;
|
||||||
m_scene.LoginLock = true;
|
m_scene.LoginLock = true;
|
||||||
RRAlert("loading oar");
|
if ( m_uri != string.Empty )
|
||||||
RRAlert("disabled");
|
{
|
||||||
|
RRAlert("loading oar");
|
||||||
|
RRAlert("disabled");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue