]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix minor whitespace mismatch
authorMario <mario.mario@y7mail.com>
Fri, 6 Nov 2020 15:25:16 +0000 (01:25 +1000)
committerMario <mario.mario@y7mail.com>
Fri, 6 Nov 2020 15:25:16 +0000 (01:25 +1000)
qcsrc/common/weapons/weapon/arc.qc

index c74f6079aa00c8fbbd779f13ae459d4a05948d52..7c2ab081cf07e55f9248e22d699ef4d725b2bcf0 100644 (file)
@@ -687,7 +687,7 @@ METHOD(Arc, wr_think, void(entity thiswep, entity actor, .entity weaponentity, i
     {
         if(weapon_prepareattack(thiswep, actor, weaponentity, true, 0))
         {
-               if(!thiswep.wr_checkammo2(thiswep, actor, weaponentity))
+            if(!thiswep.wr_checkammo2(thiswep, actor, weaponentity))
             if(!(actor.items & IT_UNLIMITED_AMMO))
             {
                 W_SwitchWeapon_Force(actor, w_getbestweapon(actor, weaponentity), weaponentity);