]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
ammo means actually only ammo
authorMartin Taibr <taibr.martin@gmail.com>
Sun, 18 Aug 2019 15:44:24 +0000 (17:44 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sun, 18 Aug 2019 15:44:24 +0000 (17:44 +0200)
qcsrc/server/miscfunctions.qc

index f305e4bb6dfee8e5c6d9abe80a8235ba33f0f8ea..47dd2aa5069a7912a13f4cbace34306729d009ee 100644 (file)
@@ -634,7 +634,7 @@ void readplayerstartcvars()
                start_items |= IT_UNLIMITED_SUPERWEAPONS;
 
        if(!cvar("g_use_ammunition"))
-               start_items |= IT_UNLIMITED_BOTH;
+               start_items |= IT_UNLIMITED_WEAPON_AMMO;
 
        if(start_items & IT_UNLIMITED_WEAPON_AMMO)
        {