diff options
author | Jeff Ames | 2008-11-08 14:28:43 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-08 14:28:43 +0000 |
commit | bbb8d6fc51020a8734163313bfc0b8aac9e402c2 (patch) | |
tree | 4a9c12504a355b4bbf2768245cde527521423da3 /OpenSim/Region/Environment/Scenes | |
parent | Fix .mdb include in Prebuild. (diff) | |
download | opensim-SC_OLD-bbb8d6fc51020a8734163313bfc0b8aac9e402c2.zip opensim-SC_OLD-bbb8d6fc51020a8734163313bfc0b8aac9e402c2.tar.gz opensim-SC_OLD-bbb8d6fc51020a8734163313bfc0b8aac9e402c2.tar.bz2 opensim-SC_OLD-bbb8d6fc51020a8734163313bfc0b8aac9e402c2.tar.xz |
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index b428269..a59047b 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -781,7 +781,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
781 | 781 | ||
782 | avatar.AddAttachment(this); | 782 | avatar.AddAttachment(this); |
783 | 783 | ||
784 | if(!silent) | 784 | if (!silent) |
785 | { | 785 | { |
786 | // Killing it here will cause the client to deselect it | 786 | // Killing it here will cause the client to deselect it |
787 | // It then reappears on the avatar, deselected | 787 | // It then reappears on the avatar, deselected |