diff options
author | Melanie | 2012-05-15 01:02:38 +0100 |
---|---|---|
committer | Melanie | 2012-05-15 01:02:38 +0100 |
commit | e7819ce909e7d0bd7494db9af8a8d5dc4212a6cb (patch) | |
tree | 173a1d33acd111c5925f7739052a7979fb41cb2d /OpenSim/Data | |
parent | Save the Telehub and its Spawn Points in the OAR (diff) | |
download | opensim-SC_OLD-e7819ce909e7d0bd7494db9af8a8d5dc4212a6cb.zip opensim-SC_OLD-e7819ce909e7d0bd7494db9af8a8d5dc4212a6cb.tar.gz opensim-SC_OLD-e7819ce909e7d0bd7494db9af8a8d5dc4212a6cb.tar.bz2 opensim-SC_OLD-e7819ce909e7d0bd7494db9af8a8d5dc4212a6cb.tar.xz |
Port Avination's collision fixes to core.
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/Tests/RegionTests.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/RegionTests.cs b/OpenSim/Data/Tests/RegionTests.cs index 1f03ec5..474609b 100644 --- a/OpenSim/Data/Tests/RegionTests.cs +++ b/OpenSim/Data/Tests/RegionTests.cs | |||
@@ -632,7 +632,6 @@ namespace OpenSim.Data.Tests | |||
632 | .IgnoreProperty(x=>x.RegionUUID) | 632 | .IgnoreProperty(x=>x.RegionUUID) |
633 | .IgnoreProperty(x=>x.Scene) | 633 | .IgnoreProperty(x=>x.Scene) |
634 | .IgnoreProperty(x=>x.Parts) | 634 | .IgnoreProperty(x=>x.Parts) |
635 | .IgnoreProperty(x=>x.PassCollision) | ||
636 | .IgnoreProperty(x=>x.RootPart)); | 635 | .IgnoreProperty(x=>x.RootPart)); |
637 | } | 636 | } |
638 | 637 | ||