]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make it compile
authorMario <zacjardine@y7mail.com>
Tue, 17 Feb 2015 05:26:41 +0000 (16:26 +1100)
committerMario <zacjardine@y7mail.com>
Tue, 17 Feb 2015 05:26:41 +0000 (16:26 +1100)
qcsrc/server/mutators/mutator_buffs.qc

index 93cf7148c407a17d68ad4fd181c40f3fe592e7da..b7d725ec76608d35babdb63f0e2f6b7adcdd515c 100644 (file)
@@ -629,7 +629,6 @@ MUTATOR_HOOKFUNCTION(buffs_WeaponSpeed)
        return false;
 }
 
-string autocvar_blah;
 MUTATOR_HOOKFUNCTION(buffs_PlayerThink)
 {
        if(gameover || self.deadflag != DEAD_NO) { return false; }