Show other player's heads

This commit is contained in:
Ricardo Lopes 2020-02-11 14:14:17 +01:00
parent 752f747275
commit e5a4bafd29

View File

@ -17,6 +17,7 @@ namespace QSB {
_body = player;
} else {
_body = Instantiate(player);
_body.Find("player_mesh_noSuit:Traveller_HEA_Player/player_mesh_noSuit:Player_Head").gameObject.layer = 0;
_body.parent = transform;
_body.localPosition = Vector3.zero;
_body.localRotation = Quaternion.identity;