mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
SERVER/FTE: Fix Revive Initialization never advancing
This commit is contained in:
parent
b9cda0f079
commit
0abf4b18f9
1 changed files with 1 additions and 1 deletions
|
@ -1789,7 +1789,7 @@ void() CheckPlayer =
|
|||
ent.beingrevived = true;
|
||||
ent.firer = self;
|
||||
|
||||
if (!self.progress_bar_percent) {
|
||||
if (!self.reviving) {
|
||||
ChangeReviveIconState(ent.electro_targeted, 2);
|
||||
self.movetype = MOVETYPE_TOSS;
|
||||
Set_W_Frame (0, 21, 0, 0, SPRINT, SUB_Null, "models/weapons/morphine/v_morphine.mdl", false, S_RIGHT);
|
||||
|
|
Loading…
Reference in a new issue