aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 611b9db..c31e6f7 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -3750,7 +3750,7 @@ namespace OpenSim.Region.Framework.Scenes
3750 SceneObjectPart jointProxyObject = GetSceneObjectPart(joint.ObjectNameInScene); 3750 SceneObjectPart jointProxyObject = GetSceneObjectPart(joint.ObjectNameInScene);
3751 if (jointProxyObject != null) 3751 if (jointProxyObject != null)
3752 { 3752 {
3753 SimChat(Utils.StringToBytes("[NINJA] " + message), 3753 SimChat(Utils.StringToBytes("[NINJA]: " + message),
3754 ChatTypeEnum.DebugChannel, 3754 ChatTypeEnum.DebugChannel,
3755 2147483647, 3755 2147483647,
3756 jointProxyObject.AbsolutePosition, 3756 jointProxyObject.AbsolutePosition,
@@ -3762,7 +3762,7 @@ namespace OpenSim.Region.Framework.Scenes
3762 3762
3763 if (joint.ErrorMessageCount > PhysicsJoint.maxErrorMessages) 3763 if (joint.ErrorMessageCount > PhysicsJoint.maxErrorMessages)
3764 { 3764 {
3765 SimChat(Utils.StringToBytes("[NINJA] Too many messages for this joint, suppressing further messages."), 3765 SimChat(Utils.StringToBytes("[NINJA]: Too many messages for this joint, suppressing further messages."),
3766 ChatTypeEnum.DebugChannel, 3766 ChatTypeEnum.DebugChannel,
3767 2147483647, 3767 2147483647,
3768 jointProxyObject.AbsolutePosition, 3768 jointProxyObject.AbsolutePosition,