Merge branch 'justincc-master'
commit
09e800f4b1
|
@ -75,6 +75,7 @@ what it is today.
|
|||
* Chris Yeoh (IBM)
|
||||
* controlbreak
|
||||
* coyled
|
||||
* ctrlaltdavid
|
||||
* Daedius
|
||||
* daTwitch
|
||||
* devalnor-#708
|
||||
|
|
|
@ -4397,7 +4397,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
UUID av = new UUID();
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue