mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 12:40:20 -05:00
EMP: fix disabled perks array not being reset
This commit is contained in:
@ -187,6 +187,8 @@ player_perk_unpause_all_perks()
|
||||
{
|
||||
self player_perk_unpause( trigger.script_noteworthy );
|
||||
}
|
||||
|
||||
self.disabled_perks = [];
|
||||
}
|
||||
|
||||
player_perk_pause( perk )
|
||||
|
Reference in New Issue
Block a user