mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 06:57:47 +00:00
parent
dfcd32d54a
commit
6f0d0b1fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ schema.methods.startQuest = async function startQuest (user) {
|
|||
});
|
||||
});
|
||||
});
|
||||
this.sendChat(`Your quest, ${quest.text('en')}, has started.`, null, {
|
||||
this.sendChat(`\`Your quest, ${quest.text('en')}, has started.\``, null, {
|
||||
participatingMembers: this.getParticipatingQuestMembers().join(', '),
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue