1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 20:50:42 -05:00

EMP: fix disabled perks array not being reset

This commit is contained in:
Jbleezy
2023-04-05 20:21:43 -07:00
parent 1ce99b0f20
commit ff44e37825

View File

@ -187,6 +187,8 @@ player_perk_unpause_all_perks()
{ {
self player_perk_unpause( trigger.script_noteworthy ); self player_perk_unpause( trigger.script_noteworthy );
} }
self.disabled_perks = [];
} }
player_perk_pause( perk ) player_perk_pause( perk )