]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Make RL the default dmg graph weapon.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 16 Jun 2012 14:29:32 +0000 (10:29 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 16 Jun 2012 14:29:32 +0000 (10:29 -0400)
xonstat/views/player.py

index fe322a78f8767c220009370d5be14a7f4834c5d7..9a5457a3074d6667248d9de3bb6e0522213b1db9 100644 (file)
@@ -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'):