mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
Root cause was that PrimLimitsModule was not properly handling the case where the parcel it was asked to check was outside the current region's bounds. If this is the case, we can abort the check since the receiving region will perform it. Added a regression test for this case.