Skip to content

Commit

Permalink
Added unicode arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
NekroDarkmoon committed Aug 5, 2021
1 parent bd7da09 commit 32af54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Person {
// Send to chat
let message = "";
for (let item of data){
message += `${item.name}: ${item.original} --> ${item.original - item.consumed}`;
message += `${item.name}: ${item.original} ${item.original - item.consumed}`;
message += `<br><b>Consumed:</b> ${item.consumed}`;
message += `<br><b>Recoverable:</b> ${item.recoverable}<hr>`;
}
Expand Down

0 comments on commit 32af54c

Please sign in to comment.