mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
sleep a script by 1second on non fatal LSL errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user