]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Stats: register PRESSED_KEYS
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 6f3b56d779fd5c4d952450b8f8e88bc37089d50f..b60eb9c8217a171b51d49553f6229ba1a5e97ea3 100644 (file)
@@ -763,7 +763,6 @@ spawnfunc(worldspawn)
        Nagger_Init();
 
        addstat(STAT_SUPERWEAPONS_FINISHED, AS_FLOAT, superweapons_finished);
-       addstat(STAT_PRESSED_KEYS, AS_FLOAT, pressedkeys);
        addstat(STAT_FUEL, AS_INT, ammo_fuel);
        addstat(STAT_PLASMA, AS_INT, ammo_plasma);
        addstat(STAT_SHOTORG, AS_INT, stat_shotorg);