diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index 5216089..ae6d4b5 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -797,8 +797,6 @@ enableModelChange(playerCommand) { healthfrac = player.health / player.maxhealth; newhealth = healthfrac * (trace["entity"] GetNormalHealth()); - player DetachAll(); - player Attach("tag_origin", "j_head"); player SetModel(trace["entity"].model); player PlaySound(game["hiders_changed_sound"]);