1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Melee weapons: fix being given in afterlife

This commit is contained in:
Jbleezy
2024-01-18 05:39:15 -08:00
parent 3b213d381e
commit d54cfa200c

View File

@ -1530,6 +1530,12 @@ held_melee_weapon_world_model_fix()
while (1)
{
if (is_true(self.afterlife))
{
wait 0.05;
continue;
}
melee_weapon = self get_player_melee_weapon();
current_weapon = self getcurrentweapon();