diff options
author | Melanie | 2013-06-02 16:28:28 +0200 |
---|---|---|
committer | Melanie | 2013-06-02 16:28:28 +0200 |
commit | bd87eb90d10946bb4e010ed84d9a7577d8158a07 (patch) | |
tree | 4eb5693197aa9be0346037e30246a25d7f9c6209 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Fix multi-wear of alpha and tattoo layers. (diff) | |
download | opensim-SC_OLD-bd87eb90d10946bb4e010ed84d9a7577d8158a07.zip opensim-SC_OLD-bd87eb90d10946bb4e010ed84d9a7577d8158a07.tar.gz opensim-SC_OLD-bd87eb90d10946bb4e010ed84d9a7577d8158a07.tar.bz2 opensim-SC_OLD-bd87eb90d10946bb4e010ed84d9a7577d8158a07.tar.xz |
Implement PERMISSION_TELEPORT and the needed checks to make it work.
Old auth system still works as well.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index c664a84..6efa73f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -80,6 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
80 | public const int PERMISSION_CHANGE_PERMISSIONS = 512; | 80 | public const int PERMISSION_CHANGE_PERMISSIONS = 512; |
81 | public const int PERMISSION_TRACK_CAMERA = 1024; | 81 | public const int PERMISSION_TRACK_CAMERA = 1024; |
82 | public const int PERMISSION_CONTROL_CAMERA = 2048; | 82 | public const int PERMISSION_CONTROL_CAMERA = 2048; |
83 | public const int PERMISSION_TELEPORT = 4096; | ||
83 | 84 | ||
84 | public const int AGENT_FLYING = 1; | 85 | public const int AGENT_FLYING = 1; |
85 | public const int AGENT_ATTACHMENTS = 2; | 86 | public const int AGENT_ATTACHMENTS = 2; |