diff options
author | Melanie | 2012-03-20 23:39:02 +0000 |
---|---|---|
committer | Melanie | 2012-03-20 23:39:02 +0000 |
commit | 35c3124c3badfc7c6e3b0ee1957cb827be678650 (patch) | |
tree | e245c0080da5acc0b9192208d0a421be865ba2cb /OpenSim/Region/CoreModules | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Add prim name to "[MESH]: No recognized physics mesh..." log message (diff) | |
download | opensim-SC-35c3124c3badfc7c6e3b0ee1957cb827be678650.zip opensim-SC-35c3124c3badfc7c6e3b0ee1957cb827be678650.tar.gz opensim-SC-35c3124c3badfc7c6e3b0ee1957cb827be678650.tar.bz2 opensim-SC-35c3124c3badfc7c6e3b0ee1957cb827be678650.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs index b95bda5..f4cca96 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | |||
@@ -625,7 +625,6 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
625 | 625 | ||
626 | public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1) | 626 | public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1) |
627 | { | 627 | { |
628 | uint ObjectLocalID; | ||
629 | SceneObjectPart part; | 628 | SceneObjectPart part; |
630 | 629 | ||
631 | switch (cmd) | 630 | switch (cmd) |
@@ -908,7 +907,6 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
908 | return; | 907 | return; |
909 | 908 | ||
910 | Dictionary<uint, float> sceneData = null; | 909 | Dictionary<uint, float> sceneData = null; |
911 | List<UUID> uuidNameLookupList = new List<UUID>(); | ||
912 | 910 | ||
913 | if (reportType == 1) | 911 | if (reportType == 1) |
914 | { | 912 | { |