aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-21 17:35:34 +0000
committerJustin Clarke Casey2008-11-21 17:35:34 +0000
commit82aa8e032752cdeba2294a50c5c9288479c12cea (patch)
tree120688551fa9d8558bf0740d7a4796c6a463d86e /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parent* Improve and correct messages given to the user when permission is denied fo... (diff)
downloadopensim-SC_OLD-82aa8e032752cdeba2294a50c5c9288479c12cea.zip
opensim-SC_OLD-82aa8e032752cdeba2294a50c5c9288479c12cea.tar.gz
opensim-SC_OLD-82aa8e032752cdeba2294a50c5c9288479c12cea.tar.bz2
opensim-SC_OLD-82aa8e032752cdeba2294a50c5c9288479c12cea.tar.xz
* minor: Remove comparison of UUID struct against null picked up as a warning
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 96ee169..2c501e4 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -3262,7 +3262,7 @@ if (m_shape != null) {
3262 ((AggregateScriptEvents & scriptEvents.collision) != 0) || 3262 ((AggregateScriptEvents & scriptEvents.collision) != 0) ||
3263 ((AggregateScriptEvents & scriptEvents.collision_end) != 0) || 3263 ((AggregateScriptEvents & scriptEvents.collision_end) != 0) ||
3264 ((AggregateScriptEvents & scriptEvents.collision_start) != 0) || 3264 ((AggregateScriptEvents & scriptEvents.collision_start) != 0) ||
3265 (CollisionSound != null && CollisionSound != UUID.Zero) 3265 (CollisionSound != UUID.Zero)
3266 ) 3266 )
3267 { 3267 {
3268 // subscribe to physics updates. 3268 // subscribe to physics updates.