]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/walljump/walljump.qc
Lint
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / walljump / walljump.qc
index 95a52185b849fd5c4a475b642c78d0148905a63c..b0d95ea29eb784570f48fb4621724dd930e0e292 100644 (file)
@@ -44,7 +44,7 @@ MUTATOR_HOOKFUNCTION(walljump, PlayerJump)
        if(!IS_DEAD(player))
        {
                vector plane_normal = PlayerTouchWall(player);
-               
+
                if(plane_normal != '0 0 0')
                {
                        float wj_force = PHYS_WALLJUMP_FORCE(player);