Skip to content

Commit

Permalink
Date format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesuprachy committed Sep 2, 2024
1 parent 17c96af commit 27950c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DrD2StatusMarkers/DrD2StatusMarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var DrD2StatusMarkers = DrD2StatusMarkers || (function() {
const relevantAttributes = ['body_scarred', 'spirit_scarred', 'influence_scarred', 'danger', 'advantages'];

checkInstall = function () {
log(`-=> DrD2StatusMarkers v${version} <=- [${new Date(lastUpdate*1000)}]`);
log(`-=> DrD2StatusMarkers v${version} <=- [${new Date(lastUpdate)}]`);
},

handleMarkerAttributes = function (obj, prev) {
Expand Down

0 comments on commit 27950c6

Please sign in to comment.