Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waynee95 committed Nov 15, 2019
1 parent 14210f8 commit 01e9f99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/WAY_Achievements.js
Expand Up @@ -517,9 +517,7 @@ var $gameAchievements = null; //eslint-disable-line
}
text() {
if (this._achievement) {
const name = `\x1bI[${this._achievement.completeIcon}]${
this._achievement.name
}`;
const name = `\x1bI[${this._achievement.completeIcon}]${this._achievement.name}`;
return notifyMessage.format(name, this._achievement.points);
}
return "";
Expand Down Expand Up @@ -668,7 +666,6 @@ var $gameAchievements = null; //eslint-disable-line
disablePopups = true;
}
});

})(WAYModuleLoader.getModule("WAY_Achievements"));

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 01e9f99

Please sign in to comment.