mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Make ban, eject, freeze and the scripted versions of those work.
This commit is contained in:
@@ -944,7 +944,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, ILandObject lo, float simObjectBonusFactor,int parcelObjectCapacity, int simObjectCapacity, uint regionFlags)
|
||||
{
|
||||
}
|
||||
public void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID)
|
||||
public void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID)
|
||||
{
|
||||
}
|
||||
public void SendForceClientSelectObjects(List<uint> objectIDs)
|
||||
|
||||
Reference in New Issue
Block a user