From 369416c6fc2121f3365443fcf141c44e33ff332f Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 29 Nov 2022 23:03:16 +1000 Subject: [PATCH] Fix mismatching whitespace --- qcsrc/server/weapons/common.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2