mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Perform other region ready actions even if simulator is configured to leave logins disabled on startup.
This commit is contained in:
@@ -25,14 +25,23 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
|
||||
using System;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IRegionReadyModule
|
||||
{
|
||||
void OarLoadingAlert(string msg);
|
||||
|
||||
/// <summary>
|
||||
/// Trigger region ready status manually.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This should be called by the scene if the IRegionReadyModule has set Scene.LoginLock == true
|
||||
/// </remarks>
|
||||
/// <param name='scene'></param>
|
||||
void TriggerRegionReady(IScene scene);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user