]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Merge remote branch 'origin/fruitiex/fruit_vs_tzork-balance'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index c6fe74b47384c693c7e014b11a3b133bc7ace787..b2029ae70aabc8cbdfd4c5ad9b014cd493f51672 100644 (file)
@@ -808,6 +808,7 @@ void spawnfunc_worldspawn (void)
        addstat(STAT_LAST_PICKUP, AS_FLOAT, last_pickup);
 
        addstat(STAT_NEX_CHARGE, AS_FLOAT, nex_charge);
+       addstat(STAT_NEX_CHARGEPOOL, AS_FLOAT, nex_charge_pool_ammo);
 
        if(g_ca)
        {