Skip to content

Commit

Permalink
fix suicide icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdone committed Mar 16, 2019
1 parent eb1e2cb commit b179eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/public/templates/demo_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
+
<img ng-src="img/weapons/icon-flashbang_grey.png" ng-if="death.assistedflash" height="20"/>
{{playerName(demo.players[death.assister])}}</span>
<img ng-src="img/weapons/icon-{{death.weapon_name}}_grey.png" ng-if="death.weapon_name" height="20"/>
<img ng-src="img/weapons/icon-{{death.weapon_name.startsWith('world') ? 'suicide' : death.weapon_name}}_grey.png" ng-if="death.weapon_name" height="20"/>
<div ng-if="!death.weapon_name">{{death.weapon}}</div>
<img ng-if="death.penetrated" src="img/weapons/icon-penetrate_grey.png" height="20"/>
<img ng-if="death.headshot" src="img/weapons/icon-headshot_grey.png" height="20"/>
Expand Down

0 comments on commit b179eea

Please sign in to comment.