This commit is contained in:
Hri7566 2021-05-09 16:46:20 -04:00
parent cf08b66fbc
commit f665a026a3
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ module.exports = (cl) => {
c.user.color = msg.color;
require("./Database").updateUser(c.user._id, c.user);
c.channel.updateParticipant(c.user._id, c.user);
c.user.cl.updateParticipant(c.user._id, c.user);
});
});