diff options
author | UbitUmarov | 2014-11-08 00:25:44 +0000 |
---|---|---|
committer | UbitUmarov | 2014-11-08 00:25:44 +0000 |
commit | fdb05984464fa1450dff953da2230d5c9c5df2c5 (patch) | |
tree | 881e1a4c0eef2ab3d5d8734fa4b4f421de3ed1a7 /OpenSim | |
parent | scale ChildAgentThrottles with distance (internal to child server and not (diff) | |
download | opensim-SC_OLD-fdb05984464fa1450dff953da2230d5c9c5df2c5.zip opensim-SC_OLD-fdb05984464fa1450dff953da2230d5c9c5df2c5.tar.gz opensim-SC_OLD-fdb05984464fa1450dff953da2230d5c9c5df2c5.tar.bz2 opensim-SC_OLD-fdb05984464fa1450dff953da2230d5c9c5df2c5.tar.xz |
remove duplicated lines
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index cd8c9a5..746a5ce 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -2096,9 +2096,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2096 | // If child prims have invalid perms, fix them | 2096 | // If child prims have invalid perms, fix them |
2097 | grp.AdjustChildPrimPermissions(); | 2097 | grp.AdjustChildPrimPermissions(); |
2098 | 2098 | ||
2099 | // If child prims have invalid perms, fix them | ||
2100 | grp.AdjustChildPrimPermissions(); | ||
2101 | |||
2102 | if (remoteClient == null) | 2099 | if (remoteClient == null) |
2103 | { | 2100 | { |
2104 | // Autoreturn has a null client. Nothing else does. So | 2101 | // Autoreturn has a null client. Nothing else does. So |