]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix mismatching whitespace
authorMario <mario.mario@y7mail.com>
Tue, 29 Nov 2022 13:03:16 +0000 (23:03 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 29 Nov 2022 13:03:16 +0000 (23:03 +1000)
qcsrc/server/weapons/common.qc

index 2ac69065155074da012f3d6c525b8931964c686e..ff6f8ea4cb18659650fb36e751c76fef2d7909cd 100644 (file)
@@ -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)