]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove check for closer waypoints
authormand1nga <mand1nga@xonotic.org>
Wed, 20 Apr 2011 08:06:34 +0000 (05:06 -0300)
committermand1nga <mand1nga@xonotic.org>
Wed, 20 Apr 2011 08:06:34 +0000 (05:06 -0300)
qcsrc/server/bot/navigation.qc

index 4b99d604c31e87ca8059197faac6ec64d2c403cb..1a94127a12da1e7f05e258733f374b9d26e9c5a5 100644 (file)
@@ -1020,7 +1020,6 @@ void navigation_unstuck()
                {
                        if(head.classname=="waypoint")
                        if(!(head.wpflags & WAYPOINTFLAG_GENERATED))
-                       if(vlen(self.origin-head.origin)>100)
                        {
                                if (first==world)
                                {