diff options
author | Justin Clarke Casey | 2008-09-07 00:47:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-07 00:47:08 +0000 |
commit | ea8c18f63d7d8079bc790524bc99e9e067f29737 (patch) | |
tree | fbd44be8c88d2f0147f809d992fd4b96d49c9668 /OpenSim/Framework/Communications/LoginResponse.cs | |
parent | Remove a few of the commented out "NotImplemented" (diff) | |
download | opensim-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 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 2 |
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"; |