Small bugfix
(one semicolon which causes one line of text to be ignored)
This commit is contained in:
parent
0246fa394e
commit
e03899b96f
@ -275,7 +275,7 @@ window.setupPlayerStat = function() {
|
|||||||
+ 'XM:\t' + PLAYER.energy + ' / ' + xmMax + '\n'
|
+ 'XM:\t' + PLAYER.energy + ' / ' + xmMax + '\n'
|
||||||
+ 'AP:\t' + digits(ap) + '\n'
|
+ 'AP:\t' + digits(ap) + '\n'
|
||||||
+ (level < 8 ? 'level up in:\t' + lvlUpAp + ' AP' : 'Congrats! (neeeeerd)')
|
+ (level < 8 ? 'level up in:\t' + lvlUpAp + ' AP' : 'Congrats! (neeeeerd)')
|
||||||
+ '\n\Invites:\t'+PLAYER.available_invites;
|
+ '\n\Invites:\t'+PLAYER.available_invites
|
||||||
+ '\n\nNote: your player stats can only be updated by a full reload (F5)';
|
+ '\n\nNote: your player stats can only be updated by a full reload (F5)';
|
||||||
|
|
||||||
$('#playerstat').html(''
|
$('#playerstat').html(''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user