mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-09 21:38:09 -05:00
Add missing endon disconnect
This commit is contained in:
@ -126,6 +126,8 @@ give_perk( perk, bought )
|
||||
|
||||
perk_think( perk )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
perk_str = perk + "_stop";
|
||||
result = self waittill_any_return( "fake_death", "death", "player_downed", perk_str );
|
||||
do_retain = 1;
|
||||
|
Reference in New Issue
Block a user