- add: More controls
This commit is contained in:
@@ -216,7 +216,6 @@ namespace Content.Server.Database
|
||||
}
|
||||
}
|
||||
|
||||
Console.WriteLine(profile.Genitals.Count + "<><>");
|
||||
var genitals = profile.Genitals.Select(genital =>
|
||||
new Shared._Amour.Hole.Genital(genital.GenitalPrototype,
|
||||
string.IsNullOrEmpty(genital.Color) ? null : Color.FromHex(genital.Color)));
|
||||
@@ -312,9 +311,6 @@ namespace Content.Server.Database
|
||||
Color = t.Color?.ToHex() ?? ""
|
||||
}));
|
||||
|
||||
Console.WriteLine(profile.Genitals);
|
||||
Console.WriteLine(profile.Antags);
|
||||
|
||||
return profile;
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user