mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Thanks, idb, for a patch that fixes Mantis#2400:
llSensor() range ignored with AGENT.
This commit is contained in:
@@ -445,6 +445,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Plugins
|
||||
if (ang_obj > ts.arc) keep = false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
keep = false;
|
||||
}
|
||||
|
||||
// Do not report gods, not even minor ones
|
||||
if (keep && presence.GodLevel > 0.0)
|
||||
|
||||
Reference in New Issue
Block a user