1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Grief: revert revive push change

This commit is contained in:
Jbleezy
2021-12-26 21:38:48 -08:00
parent c4492711b7
commit 1088a44f29
2 changed files with 0 additions and 6 deletions

View File

@ -948,11 +948,6 @@ game_module_player_damage_callback( einflictor, eattacker, idamage, idflags, sme
amount /= 4;
}
if(self maps/mp/zombies/_zm_laststand::is_reviving_any())
{
amount /= 2;
}
self setVelocity( amount * vdir );
}