missed another file
parent
8cbe743440
commit
b97237b513
|
@ -18218,14 +18218,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
Notecard nc = new Notecard();
|
Notecard nc = new Notecard();
|
||||||
nc.lastRef = DateTime.Now;
|
nc.lastRef = DateTime.Now;
|
||||||
try
|
|
||||||
{
|
|
||||||
nc.text = SLUtil.ParseNotecardToArray(text);
|
nc.text = SLUtil.ParseNotecardToArray(text);
|
||||||
}
|
|
||||||
catch(SLUtil.NotANotecardFormatException)
|
|
||||||
{
|
|
||||||
nc.text = new string[0];
|
|
||||||
}
|
|
||||||
m_Notecards[assetID] = nc;
|
m_Notecards[assetID] = nc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue