mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
missed another file
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user