mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
limit max number of attachments to 38. All can be on same point
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user