diff options
author | Teravus Ovares | 2009-01-23 00:08:35 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-01-23 00:08:35 +0000 |
commit | 178fd97bd097aee3b7958dce586e916bd29ac751 (patch) | |
tree | 21c0d0953621403758a548555a5a22421caf1237 /OpenSim/Region/ClientStack/LindenUDP | |
parent | Implement missing LSL TEXTURE_xxx constants including two new textures. (diff) | |
download | opensim-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/Region/ClientStack/LindenUDP')
-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(); |