diff options
author | MW | 2007-06-25 16:03:31 +0000 |
---|---|---|
committer | MW | 2007-06-25 16:03:31 +0000 |
commit | bc1862ecdebe50d3a88554e5527cd78943d6f841 (patch) | |
tree | 87d94779724f7463566499612b4aa0c3d6a5d2d5 /OpenSim/OpenSim.Region | |
parent | updated prebuild.xml. (diff) | |
download | opensim-SC_OLD-bc1862ecdebe50d3a88554e5527cd78943d6f841.zip opensim-SC_OLD-bc1862ecdebe50d3a88554e5527cd78943d6f841.tar.gz opensim-SC_OLD-bc1862ecdebe50d3a88554e5527cd78943d6f841.tar.bz2 opensim-SC_OLD-bc1862ecdebe50d3a88554e5527cd78943d6f841.tar.xz |
Forgot these
Diffstat (limited to 'OpenSim/OpenSim.Region')
-rw-r--r-- | OpenSim/OpenSim.Region/Caps.cs | 2 | ||||
-rw-r--r-- | OpenSim/OpenSim.Region/Scenes/Primitive.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.Region/Caps.cs b/OpenSim/OpenSim.Region/Caps.cs index 88799a0..11b1b4d 100644 --- a/OpenSim/OpenSim.Region/Caps.cs +++ b/OpenSim/OpenSim.Region/Caps.cs | |||
@@ -195,7 +195,7 @@ namespace OpenSim.Region | |||
195 | 195 | ||
196 | public void UploadHandler(LLUUID assetID, LLUUID inventoryItem, byte[] data) | 196 | public void UploadHandler(LLUUID assetID, LLUUID inventoryItem, byte[] data) |
197 | { | 197 | { |
198 | Console.WriteLine("upload handler called"); | 198 | // Console.WriteLine("upload handler called"); |
199 | AssetBase asset; | 199 | AssetBase asset; |
200 | asset = new AssetBase(); | 200 | asset = new AssetBase(); |
201 | asset.FullID = assetID; | 201 | asset.FullID = assetID; |
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 | } |