reformatting.

remotes/origin/0.6.7-post-fixes
dr scofield (aka dirk husemann) 2009-09-09 08:28:13 +02:00
parent 7796033f0d
commit 62358014ed
1 changed files with 16 additions and 17 deletions

View File

@ -9524,8 +9524,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (NotecardCache.IsCached(assetID))
{
AsyncCommands.
DataserverPlugin.DataserverReply(assetID.ToString(),
AsyncCommands.DataserverPlugin.DataserverReply(assetID.ToString(),
NotecardCache.GetLine(assetID, line, m_notecardLineReadCharsMax));
ConditionalScriptSleep(100);
return tid.ToString();