diff options
author | Brian McBee | 2007-11-14 06:00:03 +0000 |
---|---|---|
committer | Brian McBee | 2007-11-14 06:00:03 +0000 |
commit | 666bd6f06e5eaff3acfb969d2851b7d98b18c495 (patch) | |
tree | 0584cde6b6136501c3360c04c9c0adfba7db1a22 /OpenSim | |
parent | * Should help avatar climb steps better (diff) | |
download | opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.zip opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.tar.gz opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.tar.bz2 opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.tar.xz |
Another try: Fix moon bleeding over into linden grid. Need to clear your cache to fix it.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index a8c3f23..98a6cfc 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -141,8 +141,8 @@ namespace OpenSim.Framework.UserManagement | |||
141 | allowFirstLife = "Y"; | 141 | allowFirstLife = "Y"; |
142 | 142 | ||
143 | SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271"; | 143 | SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271"; |
144 | CloudTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621"; | 144 | CloudTexture = "dc4b9f0b-d008-45c6-96a4-01dd947ac621"; |
145 | MoonTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621"; | 145 | MoonTexture = "ec4b9f0b-d008-45c6-96a4-01dd947ac621"; |
146 | 146 | ||
147 | ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock."; | 147 | ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock."; |
148 | ErrorReason = "key"; | 148 | ErrorReason = "key"; |