Remove detaching code temporarily.

master
Icedream 2016-04-02 20:17:16 +02:00
parent 35ee413929
commit 4655ed0adc
1 changed files with 0 additions and 2 deletions

View File

@ -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"]);