From 915bc74ab40918294f4b0d52a9e77bf9eed2ec1a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 16 Feb 2021 12:35:31 +0000 Subject: [PATCH] remove a extra _ --- OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 9607629865..733b13fbe4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs @@ -87,7 +87,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase public const int PERMISSION_TELEPORT = 0x1000; public const int PERMISSION_SILENT_ESTATE_MANAGEMENT = 0x4000; public const int PERMISSION_OVERRIDE_ANIMATIONS = 0x8000; - public const int PERMISSION__RETURN_OBJECTS = 0x10000; + public const int PERMISSION_RETURN_OBJECTS = 0x10000; public const int AGENT_FLYING = 0x1; //ApiDesc The agent has attachments