]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
On second thought, no, we're not moving this
authorSamual Lenks <samual@xonotic.org>
Mon, 9 Dec 2013 23:07:48 +0000 (18:07 -0500)
committerSamual Lenks <samual@xonotic.org>
Mon, 9 Dec 2013 23:07:48 +0000 (18:07 -0500)
qcsrc/server/bot/havocbot/havocbot.qc

index 5112d1825fcc26d17bbf462f0e13422cb94093a2..5fe36532734d2f07602fd8816b0ba2eb077875c0 100644 (file)
@@ -544,7 +544,7 @@ void havocbot_movetogoal()
        else if(self.aistatus & AI_STATUS_OUT_JUMPPAD)
                self.aistatus &= ~AI_STATUS_OUT_JUMPPAD;
 
-       // If there is a trigger_hurt right below try to use the jetpack or make a rocketjump // WEAPONTODO: move this to bot think!
+       // If there is a trigger_hurt right below try to use the jetpack or make a rocketjump
        if(skill>6)
        if (!(self.flags & FL_ONGROUND))
        {