remove broken resonator distance from tooltip
This commit is contained in:
parent
20ed666552
commit
492d16b446
@ -202,7 +202,6 @@ window.renderResonatorDetails = function(slot, level, nrg, dist, nick) {
|
|||||||
|
|
||||||
var inf = 'energy:\t' + nrg + ' / ' + max + ' (' + Math.round(fillGrade) + '%)\n'
|
var inf = 'energy:\t' + nrg + ' / ' + max + ' (' + Math.round(fillGrade) + '%)\n'
|
||||||
+ 'level:\t' + level + '\n'
|
+ 'level:\t' + level + '\n'
|
||||||
+ 'distance:\t' + dist + 'm\n'
|
|
||||||
+ 'owner:\t' + nick + '\n'
|
+ 'owner:\t' + nick + '\n'
|
||||||
+ 'octant:\t' + OCTANTS[slot] + ' ' + OCTANTS_ARROW[slot];
|
+ 'octant:\t' + OCTANTS[slot] + ' ' + OCTANTS_ARROW[slot];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user