diff options
author | Melanie | 2012-05-14 22:45:54 +0200 |
---|---|---|
committer | Melanie | 2012-05-14 22:45:54 +0200 |
commit | e3c376156c37fe8bf1b0e0b69cb4acd655d3528f (patch) | |
tree | 54b7b6f43ed517e98c4f7e7cef3b466dcbecc413 /OpenSim/Data/Tests/RegionTests.cs | |
parent | Check parcel entry permissions when moving objects (diff) | |
download | opensim-SC_OLD-e3c376156c37fe8bf1b0e0b69cb4acd655d3528f.zip opensim-SC_OLD-e3c376156c37fe8bf1b0e0b69cb4acd655d3528f.tar.gz opensim-SC_OLD-e3c376156c37fe8bf1b0e0b69cb4acd655d3528f.tar.bz2 opensim-SC_OLD-e3c376156c37fe8bf1b0e0b69cb4acd655d3528f.tar.xz |
Completely revamp collision handling. Now works as it is supposed to.
Diffstat (limited to '')
-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 | ||