]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
SVQC finished
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 6f0e631ea50fd6db8cddb2a7f9afb4f4064f3026..d787d480da4b26e29a6aec9cb047cbb82312df37 100644 (file)
@@ -764,7 +764,7 @@ void spawnfunc_worldspawn (void)
 
        WeaponStats_Init();
 
-       addstat(STAT_WEAPONS, AS_INT, weapons);
+       WEPSET_ADDSTAT();
        addstat(STAT_SWITCHWEAPON, AS_INT, switchweapon);
        addstat(STAT_SWITCHINGWEAPON, AS_INT, switchingweapon);
        addstat(STAT_GAMESTARTTIME, AS_FLOAT, stat_game_starttime);