1
0
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:
Jbleezy
2023-04-02 16:25:12 -07:00
parent de547c12f9
commit 238b2ce187

View File

@ -126,6 +126,8 @@ give_perk( perk, bought )
perk_think( perk ) perk_think( perk )
{ {
self endon( "disconnect" );
perk_str = perk + "_stop"; perk_str = perk + "_stop";
result = self waittill_any_return( "fake_death", "death", "player_downed", perk_str ); result = self waittill_any_return( "fake_death", "death", "player_downed", perk_str );
do_retain = 1; do_retain = 1;