add cap EstateChangeInfo

This commit is contained in:
UbitUmarov
2019-08-07 21:06:20 +01:00
parent 1a8c235d58
commit c043008e04
6 changed files with 295 additions and 31 deletions

View File

@@ -68,5 +68,8 @@ namespace OpenSim.Region.Framework.Interfaces
/// Returns whether the transfer ID is being used for a terrain transfer.
/// </summary>
bool IsTerrainXfer(ulong xferID);
bool handleEstateChangeInfoCap(string estateName, UUID invoice, int sunHour, bool sunFixed,
bool externallyVisible, bool allowDirectTeleport, bool denyAnonymous, bool denyAgeUnverified,
bool alloVoiceChat, bool overridePublicAccess);
}
}