Yengine apply a fix to CheckRunLockInvariants by mrieker

httptests
UbitUmarov 2018-06-09 20:35:35 +01:00
parent 3b2786d27e
commit a48d65fd77
2 changed files with 5 additions and 5 deletions

View File

@ -447,8 +447,9 @@ namespace OpenSim.Region.ScriptEngine.Yengine
// The script threw some kind of exception that was not caught at
// script level, so the script is no longer running an event handler.
eventCode = ScriptEventCode.None;
stackFrames = null;
if(e is ScriptDeleteException)
if (e is ScriptDeleteException)
{
// Script did something like llRemoveInventory(llGetScriptName());
// ... to delete itself from the object.
@ -474,7 +475,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
// Some general script error.
SendErrorMessage(e);
}
return;
}
/**

View File

@ -171,11 +171,11 @@
; the maximum distance to tell a viewer to connect to a neighbour region, so it can be seen
; (it is limited by MaxDrawDistance above)
; less than 256 shows imediate neighbours; 256 to 511 also second imediate neighbours etc
; less than 256 shows immediate neighbours; 256 to 511 also second imediate neighbours etc
; more than 511m can cause viewers problems specially in case of dense regions.
; curretly this distance is from current region borders.
; Warning: if relevant regions have diferent setting you may notice strange
; effects due to that assimetry
; Warning: if relevant regions have different setting you may notice strange
; effects due to that asymmetry
; *****
;MaxRegionsViewDistance = 255