Makes humanoid appearance component networked. (#13009)
Fixes https://github.com/space-wizards/space-station-14/issues/12248
This commit is contained in:
@@ -118,7 +118,7 @@ public class IdentitySystem : SharedIdentitySystem
|
||||
/// </summary>
|
||||
private IdentityRepresentation GetIdentityRepresentation(EntityUid target,
|
||||
InventoryComponent? inventory=null,
|
||||
HumanoidComponent? appearance=null)
|
||||
HumanoidAppearanceComponent? appearance=null)
|
||||
{
|
||||
int age = 18;
|
||||
Gender gender = Gender.Epicene;
|
||||
|
||||
Reference in New Issue
Block a user