Fixed llTextBox error message text
parent
9050c152b4
commit
08f2fc63cd
|
@ -4397,7 +4397,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
UUID av = new UUID();
|
UUID av = new UUID();
|
||||||
if (!UUID.TryParse(agent,out av))
|
if (!UUID.TryParse(agent,out av))
|
||||||
{
|
{
|
||||||
LSLError("First parameter to llDialog needs to be a key");
|
LSLError("First parameter to llTextBox needs to be a key");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue