diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 5663048..e54b697 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4397,7 +4397,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4397 | UUID av = new UUID(); | 4397 | UUID av = new UUID(); |
4398 | if (!UUID.TryParse(agent,out av)) | 4398 | if (!UUID.TryParse(agent,out av)) |
4399 | { | 4399 | { |
4400 | LSLError("First parameter to llDialog needs to be a key"); | 4400 | LSLError("First parameter to llTextBox needs to be a key"); |
4401 | return; | 4401 | return; |
4402 | } | 4402 | } |
4403 | 4403 | ||