aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Primitive.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/OpenSim.Region/Scenes/Primitive.cs')
-rw-r--r--OpenSim/OpenSim.Region/Scenes/Primitive.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.Region/Scenes/Primitive.cs b/OpenSim/OpenSim.Region/Scenes/Primitive.cs
index b0bfd1e..e04c711 100644
--- a/OpenSim/OpenSim.Region/Scenes/Primitive.cs
+++ b/OpenSim/OpenSim.Region/Scenes/Primitive.cs
@@ -540,7 +540,7 @@ namespace OpenSim.Region.Scenes
540 540
541 public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient) 541 public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient)
542 { 542 {
543 Console.WriteLine("moving prim to new location " + pos.X + " , " + pos.Y + " , " + pos.Z); 543 // Console.WriteLine("moving prim to new location " + pos.X + " , " + pos.Y + " , " + pos.Z);
544 this.Pos = pos; 544 this.Pos = pos;
545 this.SendTerseUpdateToALLClients(); 545 this.SendTerseUpdateToALLClients();
546 } 546 }