From: Mario Date: Tue, 29 Nov 2022 13:03:16 +0000 (+1000) Subject: Fix mismatching whitespace X-Git-Tag: xonotic-v0.8.6~246^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=369416c6fc2121f3365443fcf141c44e33ff332f;p=xonotic%2Fxonotic-data.pk3dir.git Fix mismatching whitespace --- diff --git a/qcsrc/server/weapons/common.qc b/qcsrc/server/weapons/common.qc index 2ac690651..ff6f8ea4c 100644 --- a/qcsrc/server/weapons/common.qc +++ b/qcsrc/server/weapons/common.qc @@ -138,7 +138,7 @@ bool SUB_NoImpactCheck(entity this, entity toucher) traceline(this.origin - tic, this.origin + tic, MOVE_NORMAL, this); if (trace_fraction >= 1) { - // NOTE: this notice can occur when projectiles hit non-world objects, better to not spam the console! + // NOTE: this notice can occur when projectiles hit non-world objects, better to not spam the console! //LOG_TRACE("Odd... did not hit...?"); } else if (trace_dphitq3surfaceflags & Q3SURFACEFLAG_NOIMPACT)