mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
protect the region ready alerts for loading oarfiles if no post URI is set
This commit is contained in:
@@ -254,8 +254,11 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
|
||||
// Will need some controls around this
|
||||
m_scene.LoginsDisabled = true;
|
||||
m_scene.LoginLock = true;
|
||||
RRAlert("loading oar");
|
||||
RRAlert("disabled");
|
||||
if ( m_uri != string.Empty )
|
||||
{
|
||||
RRAlert("loading oar");
|
||||
RRAlert("disabled");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user