mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Logins work now, but avatars are green ugly gnomes.
This commit is contained in:
@@ -212,8 +212,6 @@ namespace OpenSim.Framework
|
|||||||
args["mac"] = OSD.FromString(Mac);
|
args["mac"] = OSD.FromString(Mac);
|
||||||
args["id0"] = OSD.FromString(Id0);
|
args["id0"] = OSD.FromString(Id0);
|
||||||
|
|
||||||
// Eventually this code should be deprecated, use full appearance
|
|
||||||
// packing in packed_appearance
|
|
||||||
if (Appearance != null)
|
if (Appearance != null)
|
||||||
{
|
{
|
||||||
args["appearance_serial"] = OSD.FromInteger(Appearance.Serial);
|
args["appearance_serial"] = OSD.FromInteger(Appearance.Serial);
|
||||||
|
|||||||
Reference in New Issue
Block a user