w_hammer: Added missing attack-delay on the serverside... oops.

This commit is contained in:
Marco Cawthorne 2019-03-06 17:04:35 +01:00
parent 94c0e57810
commit 3eb5cec34c
2 changed files with 2 additions and 0 deletions

View file

@ -163,6 +163,7 @@ void w_hammer_release(void)
hitsound = 4;
}
}
pl.w_attack_next = 1.0f;
} else if (pl.a_ammo1 == 2) {
if (trace_ent.takedamage) {
hitsound = floor(random(1, 4));
@ -172,6 +173,7 @@ void w_hammer_release(void)
hitsound = 4;
}
}
pl.w_attack_next = 0.75f;
} else {
return;
}

Binary file not shown.