sleep a script by 1second on non fatal LSL errors

This commit is contained in:
UbitUmarov
2020-04-14 16:56:53 +01:00
parent 8baab939d2
commit f20845c89e

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>