]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/player.qc
Consolidates a few of the networked stats to free up some slots. Also removes an...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / player.qc
index 1d83be8d1b74288a2e2e6b2ee201262d617484c6..dd0007e36b2cb6663161cc8b12e638b808002e27 100644 (file)
@@ -563,8 +563,6 @@ void PlayerDamage(entity this, entity inflictor, entity attacker, float damage,
                STAT(SUPERWEAPONS_FINISHED, this) = 0;
                STAT(AIR_FINISHED, this) = 0;
 
-               STAT(MOVEVARS_SPECIALCOMMAND, this) = false; // sweet release
-
                this.death_time = time;
                if (random() < 0.5)
                        animdecide_setstate(this, this.anim_state | ANIMSTATE_DEAD1, true);