diff options
author | UbitUmarov | 2014-08-18 19:14:53 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-18 19:14:53 +0100 |
commit | 83e545df934fc93698b53f9e1ec9621157e93c39 (patch) | |
tree | 0545387a647327c0574cd0128d4045d3348d7935 /OpenSim | |
parent | reduce the kills sent, hide attachments kills on origin (diff) | |
download | opensim-SC_OLD-83e545df934fc93698b53f9e1ec9621157e93c39.zip opensim-SC_OLD-83e545df934fc93698b53f9e1ec9621157e93c39.tar.gz opensim-SC_OLD-83e545df934fc93698b53f9e1ec9621157e93c39.tar.bz2 opensim-SC_OLD-83e545df934fc93698b53f9e1ec9621157e93c39.tar.xz |
*DANGER* *HACKS* on reusing child presences: partA send kills to
viewers, partB keep using same localID (as before)
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 20d0f29..3c7e4a2 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -5567,6 +5567,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
5567 | */ | 5567 | */ |
5568 | } | 5568 | } |
5569 | 5569 | ||
5570 | |||
5570 | public void parcelRegionCross() | 5571 | public void parcelRegionCross() |
5571 | { | 5572 | { |
5572 | if (!ParcelHideThisAvatar || GodLevel >= 200) | 5573 | if (!ParcelHideThisAvatar || GodLevel >= 200) |