missed another file

master
UbitUmarov 2020-02-08 16:31:23 +00:00
parent 8cbe743440
commit b97237b513
1 changed files with 1 additions and 8 deletions

View File

@ -18218,14 +18218,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
Notecard nc = new Notecard();
nc.lastRef = DateTime.Now;
try
{
nc.text = SLUtil.ParseNotecardToArray(text);
}
catch(SLUtil.NotANotecardFormatException)
{
nc.text = new string[0];
}
nc.text = SLUtil.ParseNotecardToArray(text);
m_Notecards[assetID] = nc;
}
}