From: Mario Date: Fri, 6 Nov 2020 15:25:16 +0000 (+1000) Subject: Fix minor whitespace mismatch X-Git-Tag: xonotic-v0.8.5~686^2~1 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=b4009dadfed730272fbe36660cb89062c5bf2d75;p=xonotic%2Fxonotic-data.pk3dir.git Fix minor whitespace mismatch --- diff --git a/qcsrc/common/weapons/weapon/arc.qc b/qcsrc/common/weapons/weapon/arc.qc index c74f6079a..7c2ab081c 100644 --- a/qcsrc/common/weapons/weapon/arc.qc +++ b/qcsrc/common/weapons/weapon/arc.qc @@ -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);