From 2c1909a873b7895e725d39d67bae4dac9873b1d2 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 11 Oct 2019 00:01:59 +0100 Subject: add osResetAllScripts(LSL_Integer AllLinkset). use with care --- OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs') diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 7edda58..e1c421f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs @@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase public partial class ScriptBaseClass { // SCRIPTS CONSTANTS - public static readonly LSLInteger OS_APIVERSION = 8; + public static readonly LSLInteger OS_APIVERSION = 9; public static readonly LSLInteger TRUE = 1; public static readonly LSLInteger FALSE = 0; -- cgit v1.1