From: Ant Zucaro Date: Sat, 16 Jun 2012 14:29:32 +0000 (-0400) Subject: Make RL the default dmg graph weapon. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0835a3714ab9340d91688e3585118d8269fc24f5;p=xonotic%2Fxonstat.git Make RL the default dmg graph weapon. --- diff --git a/xonstat/views/player.py b/xonstat/views/player.py index fe322a7..9a5457a 100644 --- a/xonstat/views/player.py +++ b/xonstat/views/player.py @@ -362,7 +362,7 @@ def _player_damage_data(request): player_id = request.matchdict['id'] allowed_weapons = ['grenadelauncher', 'electro', 'crylink', 'hagar', 'rocketlauncher', 'laser'] - weapon_cd = 'laser' + weapon_cd = 'rocketlauncher' games = 20 if request.params.has_key('weapon'):