From 491f2d5500b2dc37eb4d51aca1799a68c4008820 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Mon, 11 Apr 2011 15:41:23 +0300 Subject: [PATCH] Fix a bug in the loaded rockets stat. Crosshair ring now indicates the proper value. --- qcsrc/server/g_world.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 960caaeff..135f65b2c 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -833,7 +833,7 @@ void spawnfunc_worldspawn (void) addstat(STAT_NEX_CHARGE, AS_FLOAT, nex_charge); addstat(STAT_NEX_CHARGEPOOL, AS_FLOAT, nex_chargepool_ammo); - addstat(STAT_HAGAR_LOAD, AS_FLOAT, hagar_load); + addstat(STAT_HAGAR_LOAD, AS_INT, hagar_load); if(g_ca || g_freezetag) { -- 2.39.2