aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index aed104e..0ab729d 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -2474,6 +2474,8 @@ namespace OpenSim.Region.Environment.Scenes
2474 /// <param name="capsObjectPath"></param> 2474 /// <param name="capsObjectPath"></param>
2475 public void AddCapsHandler(LLUUID agentId) 2475 public void AddCapsHandler(LLUUID agentId)
2476 { 2476 {
2477 if(RegionInfo.EstateSettings.IsBanned(agentId))
2478 return;
2477 String capsObjectPath = GetCapsPath(agentId); 2479 String capsObjectPath = GetCapsPath(agentId);
2478 2480
2479 m_log.DebugFormat( 2481 m_log.DebugFormat(