]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc
Consolidates a few of the networked stats to free up some slots. Also removes an...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / keyhunt / cl_keyhunt.qc
index e95275eba9a1af2078644a103c19495ca16064a9..29cb4194a3e975484cc4b22c5591230b39816524 100644 (file)
@@ -10,7 +10,7 @@ void HUD_Mod_KH(vector pos, vector mySize)
        mod_active = 1; // keyhunt should never hide the mod icons panel
 
        // Read current state
-       int state = STAT(KH_KEYS);
+       int state = STAT(OBJECTIVE_STATUS);
        if(!state) return;
 
        int i, key_state;