mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
parent
40a36321c5
commit
5e53303415
@ -84,7 +84,8 @@ public class Contributors {
|
|||||||
new Contributor("portlek", CODE),
|
new Contributor("portlek", CODE),
|
||||||
new Contributor("mbax", CODE),
|
new Contributor("mbax", CODE),
|
||||||
new Contributor("rymiel", CODE),
|
new Contributor("rymiel", CODE),
|
||||||
new Contributor("Perchun_Pak", LANG)
|
new Contributor("Perchun_Pak", LANG),
|
||||||
|
new Contributor("HexedHero", CODE)
|
||||||
};
|
};
|
||||||
|
|
||||||
private Contributors() {
|
private Contributors() {
|
||||||
|
@ -147,7 +147,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
|
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
|
||||||
<img class="rounded mx-auto d-block"
|
<img class="rounded mx-auto d-block"
|
||||||
src="https://cravatar.eu/avatar/${playerName}/120.png">
|
src="https://cravatar.eu/helmavatar/${playerName}/120.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
|
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
|
||||||
<p><i class="col-red fa fa-fw fa-crosshairs"></i> Player Kills<span
|
<p><i class="col-red fa fa-fw fa-crosshairs"></i> Player Kills<span
|
||||||
|
Loading…
Reference in New Issue
Block a user