aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2009-01-23 00:08:35 +0000
committerTeravus Ovares2009-01-23 00:08:35 +0000
commit178fd97bd097aee3b7958dce586e916bd29ac751 (patch)
tree21c0d0953621403758a548555a5a22421caf1237 /OpenSim
parentImplement missing LSL TEXTURE_xxx constants including two new textures. (diff)
downloadopensim-SC_OLD-178fd97bd097aee3b7958dce586e916bd29ac751.zip
opensim-SC_OLD-178fd97bd097aee3b7958dce586e916bd29ac751.tar.gz
opensim-SC_OLD-178fd97bd097aee3b7958dce586e916bd29ac751.tar.bz2
opensim-SC_OLD-178fd97bd097aee3b7958dce586e916bd29ac751.tar.xz
* Fixing a group title
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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();