diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 254ed0f..6d8e558 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -6736,8 +6736,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
6736 | } | 6736 | } |
6737 | if (buttons.Length < 1) | 6737 | if (buttons.Length < 1) |
6738 | { | 6738 | { |
6739 | LSLError("No less than 1 button can be shown"); | 6739 | buttons.Add("OK"); |
6740 | return; | ||
6741 | } | 6740 | } |
6742 | if (buttons.Length > 12) | 6741 | if (buttons.Length > 12) |
6743 | { | 6742 | { |