aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-26 00:31:19 +0000
committerJustin Clark-Casey (justincc)2013-01-26 00:33:28 +0000
commit8f32e1649777628817a406022ec3114c4e1ec93e (patch)
treebb1113e95d1b287a5142decdf9820572ab2b16f7 /OpenSim
parentminor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to disable... (diff)
downloadopensim-SC_OLD-8f32e1649777628817a406022ec3114c4e1ec93e.zip
opensim-SC_OLD-8f32e1649777628817a406022ec3114c4e1ec93e.tar.gz
opensim-SC_OLD-8f32e1649777628817a406022ec3114c4e1ec93e.tar.bz2
opensim-SC_OLD-8f32e1649777628817a406022ec3114c4e1ec93e.tar.xz
minor: Fix full scene part console report to show proper Light* names rather than all wrongly FlexiDrag0.7.5-rc2
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/World/Objects/Commands/ObjectCommandsModule.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/CoreModules/World/Objects/Commands/ObjectCommandsModule.cs b/OpenSim/Region/CoreModules/World/Objects/Commands/ObjectCommandsModule.cs
index 7b235ae..9fc2daf 100644
--- a/OpenSim/Region/CoreModules/World/Objects/Commands/ObjectCommandsModule.cs
+++ b/OpenSim/Region/CoreModules/World/Objects/Commands/ObjectCommandsModule.cs
@@ -592,11 +592,11 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
592 cdl.AddRow( 592 cdl.AddRow(
593 "LightColor", 593 "LightColor",
594 string.Format("<{0},{1},{2},{3}>", s.LightColorR, s.LightColorB, s.LightColorG, s.LightColorA)); 594 string.Format("<{0},{1},{2},{3}>", s.LightColorR, s.LightColorB, s.LightColorG, s.LightColorA));
595 cdl.AddRow("FlexiDrag", s.LightCutoff); 595 cdl.AddRow("LightCutoff", s.LightCutoff);
596 cdl.AddRow("FlexiDrag", s.LightEntry); 596 cdl.AddRow("LightEntry", s.LightEntry);
597 cdl.AddRow("FlexiDrag", s.LightFalloff); 597 cdl.AddRow("LightFalloff", s.LightFalloff);
598 cdl.AddRow("FlexiDrag", s.LightIntensity); 598 cdl.AddRow("LightIntensity", s.LightIntensity);
599 cdl.AddRow("FlexiDrag", s.LightRadius); 599 cdl.AddRow("LightRadius", s.LightRadius);
600 cdl.AddRow("Media", string.Format("{0} entries", s.Media != null ? s.Media.Count.ToString() : "n/a")); 600 cdl.AddRow("Media", string.Format("{0} entries", s.Media != null ? s.Media.Count.ToString() : "n/a"));
601 cdl.AddRow("PathBegin", s.PathBegin); 601 cdl.AddRow("PathBegin", s.PathBegin);
602 cdl.AddRow("PathEnd", s.PathEnd); 602 cdl.AddRow("PathEnd", s.PathEnd);