- fix: Fixes.
This commit is contained in:
@@ -251,8 +251,8 @@ namespace Content.Server.Database
|
||||
Color.FromHex(profile.FacialHairColor),
|
||||
Color.FromHex(profile.EyeColor),
|
||||
Color.FromHex(profile.SkinColor),
|
||||
profile.Height, // AMOUR EDIT
|
||||
markings, genitals.ToList() // Amour edit
|
||||
markings, profile.Height, // AMOUR EDIT
|
||||
genitals.ToList() // Amour edit
|
||||
),
|
||||
clothing,
|
||||
backpack,
|
||||
@@ -1737,4 +1737,4 @@ namespace Content.Server.Database
|
||||
public abstract ValueTask DisposeAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user