diff options
author | Melanie Thielker | 2008-10-04 15:54:21 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-04 15:54:21 +0000 |
commit | c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3 (patch) | |
tree | d24ae6321e9a1299ac48ba32529e5da679616017 /OpenSim/Region/Environment/Scenes/ScenePresence.cs | |
parent | Guard against negative scale set through LSL functions (diff) | |
download | opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.zip opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.gz opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.bz2 opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.xz |
Unclutter rezzing methods by removing the ad hoc permissions parameters.
Thise were client supplied untrusted values we never used anyway.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 4c0aa90..30f3e04 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -2958,7 +2958,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2958 | { | 2958 | { |
2959 | // Rez from inventory | 2959 | // Rez from inventory |
2960 | m_scene.RezSingleAttachment(ControllingClient, itemID, | 2960 | m_scene.RezSingleAttachment(ControllingClient, itemID, |
2961 | (uint)attachpoint, 0, 0); | 2961 | (uint)attachpoint); |
2962 | } | 2962 | } |
2963 | catch (Exception e) | 2963 | catch (Exception e) |
2964 | { | 2964 | { |