sleep a script by 1second on non fatal LSL errors

master
UbitUmarov 2020-04-14 16:56:53 +01:00
parent 8baab939d2
commit f20845c89e
1 changed files with 1 additions and 0 deletions

View File

@ -14913,6 +14913,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{
wComm.DeliverMessage(ChatTypeEnum.Shout, ScriptBaseClass.DEBUG_CHANNEL, m_host.Name, m_host.UUID, text);
}
Sleep(1000);
}
/// <summary>