]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make super weapon time spectatable
authorMario <mario@smbclan.net>
Sun, 29 Jan 2017 03:14:20 +0000 (13:14 +1000)
committerMario <mario@smbclan.net>
Sun, 29 Jan 2017 03:14:20 +0000 (13:14 +1000)
qcsrc/server/client.qc

index eaa55cef54cc8eb5b0bd56130935473f650f0f2d..ee89552190e1a34677b1db0c096fda3528333af7 100644 (file)
@@ -1670,6 +1670,7 @@ void SpectateCopy(entity this, entity spectatee)
        this.hit_time = spectatee.hit_time;
        this.strength_finished = spectatee.strength_finished;
        this.invincible_finished = spectatee.invincible_finished;
+       this.superweapons_finished = spectatee.superweapons_finished;
        STAT(PRESSED_KEYS, this) = STAT(PRESSED_KEYS, spectatee);
        this.weapons = spectatee.weapons;
        this.vortex_charge = spectatee.vortex_charge;