]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't think this code is any longer necessary. If anything, it would need to be entir...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 21 Jan 2011 17:33:13 +0000 (19:33 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 21 Jan 2011 17:33:13 +0000 (19:33 +0200)
qcsrc/server/bot/havocbot/havocbot.qc

index 2a0d61d100ce22518167666b6a66e33b00f09905..f6a5d50a39f793191e0e4f918662fc03f9ff938a 100644 (file)
@@ -946,12 +946,6 @@ void havocbot_chooseweapon()
        if(i < 1)
                return;
 
-       // Workaround for rifle reloading (..)
-       // Is this still needed with the new reload system?
-       /*if(self.weapon == WEP_SNIPERRIFLE)
-       if(i < autocvar_g_balance_sniperrifle_reloadtime + 1)
-               return;*/
-
        local float w;
        local float distance; distance=bound(10,vlen(self.origin-self.enemy.origin)-200,10000);