diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 70a99f0..4aaa011 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -1382,7 +1382,7 @@ namespace OpenSim.Region.ClientStack | |||
1382 | pos.X = 100f; | 1382 | pos.X = 100f; |
1383 | objdata.ID = 8880000; | 1383 | objdata.ID = 8880000; |
1384 | objdata.NameValue = enc.GetBytes("FirstName STRING RW SV Test \nLastName STRING RW SV User \0"); | 1384 | objdata.NameValue = enc.GetBytes("FirstName STRING RW SV Test \nLastName STRING RW SV User \0"); |
1385 | LLVector3 pos2 = new LLVector3(100f, 100f, 23f); | 1385 | //LLVector3 pos2 = new LLVector3(100f, 100f, 23f); |
1386 | //objdata.FullID=user.AgentId; | 1386 | //objdata.FullID=user.AgentId; |
1387 | byte[] pb = pos.GetBytes(); | 1387 | byte[] pb = pos.GetBytes(); |
1388 | Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length); | 1388 | Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length); |