diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index a960fc5..8257508 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2504,7 +2504,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2504 | objupdate.ObjectData[0].FullID = avatarID; | 2504 | objupdate.ObjectData[0].FullID = avatarID; |
2505 | objupdate.ObjectData[0].ParentID = parentID; | 2505 | objupdate.ObjectData[0].ParentID = parentID; |
2506 | objupdate.ObjectData[0].NameValue = | 2506 | objupdate.ObjectData[0].NameValue = |
2507 | Utils.StringToBytes("FirstName STRING RW SV " + firstName + "\nLastName STRING RW SV " + lastName + "\nTitle STRING RW SV I <3 OpenSimulator " + grouptitle); | 2507 | Utils.StringToBytes("FirstName STRING RW SV " + firstName + "\nLastName STRING RW SV " + lastName + "\nTitle STRING RW SV " + grouptitle); |
2508 | 2508 | ||
2509 | Vector3 pos2 = new Vector3(Pos.X, Pos.Y, Pos.Z); | 2509 | Vector3 pos2 = new Vector3(Pos.X, Pos.Y, Pos.Z); |
2510 | byte[] pb = pos2.GetBytes(); | 2510 | byte[] pb = pos2.GetBytes(); |