1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-24 06:00:36 -05:00

Encounter: give fallback weapon if no primary weapon to return

This commit is contained in:
Jbleezy
2023-04-19 17:53:52 -07:00
parent 691c06ad55
commit eaddf26f22

View File

@ -2352,7 +2352,8 @@ grief_laststand_weapons_return()
return 1; return 1;
} }
return 0; self maps\mp\zombies\_zm_weapons::give_fallback_weapon();
return 1;
} }
grief_laststand_items_return() grief_laststand_items_return()