mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Adds Region ban capability to Regions. You access this by going to World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar.
* It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.
This commit is contained in:
@@ -736,6 +736,11 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public void sendEstateManagersList(LLUUID invoice, LLUUID[] EstateManagers, uint estateID)
|
||||
{
|
||||
}
|
||||
|
||||
public void sendBannedUserList(LLUUID invoice, List<RegionBanListItem> banlist, uint estateID)
|
||||
{
|
||||
}
|
||||
|
||||
public void sendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user