diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 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 ee35fa4..dba6502 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -548,5 +548,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
548 | public const int STATS_ACTIVE_SCRIPTS = 19; | 548 | public const int STATS_ACTIVE_SCRIPTS = 19; |
549 | public const int STATS_SCRIPT_LPS = 20; | 549 | public const int STATS_SCRIPT_LPS = 20; |
550 | 550 | ||
551 | public const string URL_REQUEST_GRANTED = "URL_REQUEST_GRANTED"; | ||
552 | public const string URL_REQUEST_DENIED = "URL_REQUEST_DENIED"; | ||
551 | } | 553 | } |
552 | } | 554 | } |