aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginResponse.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-07 00:47:08 +0000
committerJustin Clarke Casey2008-09-07 00:47:08 +0000
commitea8c18f63d7d8079bc790524bc99e9e067f29737 (patch)
treefbd44be8c88d2f0147f809d992fd4b96d49c9668 /OpenSim/Framework/Communications/LoginResponse.cs
parentRemove a few of the commented out "NotImplemented" (diff)
downloadopensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.zip
opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.tar.gz
opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.tar.bz2
opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.tar.xz
* minor: just minor doc and tidy up
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs
index 16be2b7..f92d66f 100644
--- a/OpenSim/Framework/Communications/LoginResponse.cs
+++ b/OpenSim/Framework/Communications/LoginResponse.cs
@@ -131,7 +131,7 @@ namespace OpenSim.Framework.Communications
131 SetDefaultValues(); 131 SetDefaultValues();
132 } 132 }
133 133
134 public void SetDefaultValues() 134 private void SetDefaultValues()
135 { 135 {
136 DST = "N"; 136 DST = "N";
137 StipendSinceLogin = "N"; 137 StipendSinceLogin = "N";