diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index a62a7b4..559523b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4486,7 +4486,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4486 | if (presence != null) | 4486 | if (presence != null) |
4487 | { | 4487 | { |
4488 | // agent must not be a god | 4488 | // agent must not be a god |
4489 | if (presence.GodLevel >= 200) return; | 4489 | if (presence.UserLevel >= 200) return; |
4490 | 4490 | ||
4491 | // agent must be over the owners land | 4491 | // agent must be over the owners land |
4492 | if (m_host.OwnerID == World.LandChannel.GetLandObject( | 4492 | if (m_host.OwnerID == World.LandChannel.GetLandObject( |