sleep a script by 1second on non fatal LSL errors
parent
8baab939d2
commit
f20845c89e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue