missing api number change

This commit is contained in:
UbitUmarov
2023-02-09 11:04:43 +00:00
parent 8706ea8a92
commit a1faed8d47
2 changed files with 2 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public partial class ScriptBaseClass
{
// SCRIPTS CONSTANTS
public static readonly LSLInteger OS_APIVERSION = 21;
public static readonly LSLInteger OS_APIVERSION = 22;
public static readonly LSLInteger TRUE = 1;
public static readonly LSLInteger FALSE = 0;