diff --git a/src/server/ammo.qc b/src/server/ammo.qc index 501b3a7..215fb71 100644 --- a/src/server/ammo.qc +++ b/src/server/ammo.qc @@ -320,7 +320,8 @@ Ammo_AutoFill(player pl) return; } - /* TODO: */ + Ammo_BuyPrimary(pl, true); + Ammo_BuySecondary(pl, true); } void