diff options
author | Melanie | 2010-10-30 02:52:59 +0100 |
---|---|---|
committer | Melanie | 2010-10-30 02:52:59 +0100 |
commit | adef6b04cb3e333df66bf2393eec9d25b2380dfd (patch) | |
tree | 314fd7355f8c8d833eaa667f4cc7d79e3adf9dad /OpenSim | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-adef6b04cb3e333df66bf2393eec9d25b2380dfd.zip opensim-SC_OLD-adef6b04cb3e333df66bf2393eec9d25b2380dfd.tar.gz opensim-SC_OLD-adef6b04cb3e333df66bf2393eec9d25b2380dfd.tar.bz2 opensim-SC_OLD-adef6b04cb3e333df66bf2393eec9d25b2380dfd.tar.xz |
Logins work now, but avatars are green ugly gnomes.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/AgentCircuitData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/AgentCircuitData.cs b/OpenSim/Framework/AgentCircuitData.cs index cd30c3d..7b14ac7 100644 --- a/OpenSim/Framework/AgentCircuitData.cs +++ b/OpenSim/Framework/AgentCircuitData.cs | |||
@@ -212,8 +212,6 @@ namespace OpenSim.Framework | |||
212 | args["mac"] = OSD.FromString(Mac); | 212 | args["mac"] = OSD.FromString(Mac); |
213 | args["id0"] = OSD.FromString(Id0); | 213 | args["id0"] = OSD.FromString(Id0); |
214 | 214 | ||
215 | // Eventually this code should be deprecated, use full appearance | ||
216 | // packing in packed_appearance | ||
217 | if (Appearance != null) | 215 | if (Appearance != null) |
218 | { | 216 | { |
219 | args["appearance_serial"] = OSD.FromInteger(Appearance.Serial); | 217 | args["appearance_serial"] = OSD.FromInteger(Appearance.Serial); |