Server: Make fcs_fillweapons work again

This commit is contained in:
Marco Cawthorne 2022-04-26 15:39:41 -07:00
parent 8a15293808
commit 4f589848bf
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -320,7 +320,8 @@ Ammo_AutoFill(player pl)
return;
}
/* TODO: */
Ammo_BuyPrimary(pl, true);
Ammo_BuySecondary(pl, true);
}
void