mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Quick fix to make the estate ban list effective again, when the region
crossing is also a sim crossing. Prevents the CAPS handler from being set up for a banned user,making them redmap out. Dirty hack, temporary until I can work out how to do it right.
This commit is contained in:
@@ -2474,6 +2474,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <param name="capsObjectPath"></param>
|
||||
public void AddCapsHandler(LLUUID agentId)
|
||||
{
|
||||
if(RegionInfo.EstateSettings.IsBanned(agentId))
|
||||
return;
|
||||
String capsObjectPath = GetCapsPath(agentId);
|
||||
|
||||
m_log.DebugFormat(
|
||||
|
||||
Reference in New Issue
Block a user