Release v1.6.3 - Angular5 update with stabilized dependency usage & new player name parsing #18

Merged
hardi merged 1 commits from release/v1.6.3 into master 2017-11-10 15:18:28 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -165,7 +165,7 @@ const parseWarLog = (lineArray, war) => {
* PLAYERS * PLAYERS
*/ */
else if (line.includes('Fraktionsübersicht ||')) { else if (line.includes('Fraktionsübersicht ||')) {
const playerString = line.substring(line.lastIndexOf('Fraktionsübersicht || ') + 22, line.lastIndexOf(' :OPT LOG END')); const playerString = line.substring(line.lastIndexOf('Fraktionsübersicht || ') + 22, line.lastIndexOf(', PUID'));
addPlayerIfNotExists(playerString) addPlayerIfNotExists(playerString)
} }
}); });

View File

@ -165,11 +165,11 @@
</div> </div>
</tab> </tab>
<tab> <!--<tab>-->
<ng-template tabHeading> <!--<ng-template tabHeading>-->
<img src="../../../assets/player-stats-btn.png"> Player <!--<img src="../../../assets/player-stats-btn.png"> Player-->
</ng-template> <!--</ng-template>-->
</tab> <!--</tab>-->
</tabset> </tabset>
</div> </div>