mantis8342: make max ban height above ground configurable per regions instance with ini file option BanLineSafeHeight

This commit is contained in:
UbitUmarov
2018-07-21 18:31:58 +01:00
parent 8c1c9129aa
commit e15fca60d1
5 changed files with 38 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ namespace OpenSim.Region.Framework.Interfaces
{
public interface ILandChannel
{
float BanLineSafeHeight {get;}
/// <summary>
/// Get all parcels
/// </summary>
@@ -97,6 +99,5 @@ namespace OpenSim.Region.Framework.Interfaces
void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id);
void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id);
void sendClientInitialLandInfo(IClientAPI remoteClient);
}
}