#118 - Info sur XP pour le J

This commit is contained in:
2021-01-11 18:11:25 +01:00
parent ce97911781
commit 213d02c2b0
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
* Class providing helper methods to get the list of users, and
*/
export class ChatUtility {
/* -------------------------------------------- */
static removeMyChatMessageContaining(part) {
const toDelete = game.messages.filter(it => it.user._id == game.user._id)