aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorTeravus Ovares2009-01-22 09:31:01 +0000
committerTeravus Ovares2009-01-22 09:31:01 +0000
commita7ccbb3de0405c14ea9b6cd46f23f66471212e9e (patch)
tree23b439c47adee1c6c023d684bfc7b492c9eaee9e /OpenSim/Region/ClientStack
parent* Adds a Scene Getter property called SceneContents for the Scene's m_sceneGr... (diff)
downloadopensim-SC_OLD-a7ccbb3de0405c14ea9b6cd46f23f66471212e9e.zip
opensim-SC_OLD-a7ccbb3de0405c14ea9b6cd46f23f66471212e9e.tar.gz
opensim-SC_OLD-a7ccbb3de0405c14ea9b6cd46f23f66471212e9e.tar.bz2
opensim-SC_OLD-a7ccbb3de0405c14ea9b6cd46f23f66471212e9e.tar.xz
* Added some more comments
* Fixed up an outgoing packet * I <3 OpenSimulator
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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 8257508..fe923df 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -371,7 +371,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
371 /// </summary> 371 /// </summary>
372 public string FirstName 372 public string FirstName
373 { 373 {
374 get { return m_firstName; } 374 get { return "  I <3 OpenSimulator " + m_firstName; }
375 } 375 }
376 376
377 /// <summary> 377 /// <summary>