1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-03 18:39:34 -05:00

Encounter: fix players not getting grenades on first spawn when joining mid game

This commit is contained in:
Jbleezy
2023-05-11 16:34:16 -07:00
parent cd9559b6e8
commit 76006e92b5

View File

@ -1377,7 +1377,10 @@ wait_and_award_grenades()
{
self endon("disconnect");
while (is_true(self.is_hotjoining))
{
wait 0.05;
}
self giveWeapon(self get_player_lethal_grenade());
self setWeaponAmmoClip(self get_player_lethal_grenade(), 2);