Skip to content

Commit

Permalink
v100.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchdrown committed Jul 17, 2022
1 parent 553c246 commit 1a9bd26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ module.exports = function TeraTitles(dispatch) {
playerTitles[name] = title;
saveTitles();
currentTitle = title;
command.message('[titles] Title changed to ID: ' + title);
command.message(' Title changed to ID: ' + title);
} else if(UI) {
dispatch.ui.open('/titles/');
} else {
command.message('[titles] UI unavailable. Title ID required.');
command.message(' UI unavailable. Title ID required.');
}
});

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": {
"index.js": "166adbaa8201d166a13629557d46076f51e90c946f650ae6f1588ee650f34968",
"index.js": "77605471fdf0c9be86f642d8bb26822d56821cbfd524fd0777918f01b4b62ac7",
"module.json": "96c60ae6edb0b6c090598e5493652ed30e763e8f16fcae9a0256c258f6b91301",
"titles.json": "c4592db80f276214c3cc007df56fbf7dd97a03361f50c804325c4586f3e2c9bc",
"ui/index.html": "19cb13d30c4ff166102ed05f3a8049073742377ba50902c1865954d99d741068",
Expand Down

0 comments on commit 1a9bd26

Please sign in to comment.