limit max number of attachments to 38. All can be on same point

This commit is contained in:
UbitUmarov
2019-11-13 18:44:58 +00:00
parent 2828aa3e9b
commit 5d2ffdc35b
7 changed files with 101 additions and 84 deletions

View File

@@ -82,7 +82,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
if(callMode != XMRInstance.CallMode_SAVE)
throw new Exception("callMode=" + callMode);
}
catch(Exception e)
catch (Exception e)
{
return e;
}