mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
add cap DispatchRegionInfo
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*/
|
||||
|
||||
using OpenMetaverse;
|
||||
using OpenMetaverse.StructuredData;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Services.Interfaces;
|
||||
|
||||
@@ -72,5 +73,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
bool externallyVisible, bool allowDirectTeleport, bool denyAnonymous, bool denyAgeUnverified,
|
||||
bool alloVoiceChat, bool overridePublicAccess, bool allowEnvironmentOverride);
|
||||
void HandleRegionInfoRequest(IClientAPI remote_client);
|
||||
bool SetRegionInfobyCap(OSDMap map);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user