Forgot these
parent
f413795497
commit
bc1862ecde
|
@ -224,7 +224,7 @@ namespace OpenSim.Servers
|
|||
//Console.WriteLine(requestBody);
|
||||
|
||||
string responseString = "";
|
||||
Console.WriteLine("new request " + request.ContentType +" at "+ request.RawUrl);
|
||||
// Console.WriteLine("new request " + request.ContentType +" at "+ request.RawUrl);
|
||||
switch (request.ContentType)
|
||||
{
|
||||
case "text/xml":
|
||||
|
|
|
@ -195,7 +195,7 @@ namespace OpenSim.Region
|
|||
|
||||
public void UploadHandler(LLUUID assetID, LLUUID inventoryItem, byte[] data)
|
||||
{
|
||||
Console.WriteLine("upload handler called");
|
||||
// Console.WriteLine("upload handler called");
|
||||
AssetBase asset;
|
||||
asset = new AssetBase();
|
||||
asset.FullID = assetID;
|
||||
|
|
|
@ -540,7 +540,7 @@ namespace OpenSim.Region.Scenes
|
|||
|
||||
public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient)
|
||||
{
|
||||
Console.WriteLine("moving prim to new location " + pos.X + " , " + pos.Y + " , " + pos.Z);
|
||||
// Console.WriteLine("moving prim to new location " + pos.X + " , " + pos.Y + " , " + pos.Z);
|
||||
this.Pos = pos;
|
||||
this.SendTerseUpdateToALLClients();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue