mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Melee weapons: fix being given in afterlife
This commit is contained in:
@ -1530,6 +1530,12 @@ held_melee_weapon_world_model_fix()
|
|||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
if (is_true(self.afterlife))
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
melee_weapon = self get_player_melee_weapon();
|
melee_weapon = self get_player_melee_weapon();
|
||||||
current_weapon = self getcurrentweapon();
|
current_weapon = self getcurrentweapon();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user