remove broken resonator distance from tooltip

This commit is contained in:
Jon Atkins 2014-05-24 04:53:45 +01:00
parent 20ed666552
commit 492d16b446

View File

@ -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];