mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Forgot these
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user