]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a forgotten buggy line of code that was causing issues
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 21 Jan 2011 23:19:55 +0000 (01:19 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 21 Jan 2011 23:19:55 +0000 (01:19 +0200)
qcsrc/server/w_electro.qc

index ad6284db8bd6c1c462b1d678a8b1410a37a2db39..73ebfced76c452098c15c3a59d961d27e236ce8c 100644 (file)
@@ -316,7 +316,6 @@ void lgbeam_think()
                remove(self);
                return;
        }
-       if(autocvar_g_balance_electro_reload_ammo)
 
        if (self.owner.weaponentity.state != WS_INUSE || !lgbeam_checkammo() || self.owner.deadflag != DEAD_NO || !self.owner.BUTTON_ATCK || self.owner.freezetag_frozen)
        {