Fix UI bug (#872)

This commit is contained in:
Calvin Montgomery 2020-06-18 21:23:05 -07:00
parent a85b379f17
commit 4f5cd7d741
2 changed files with 2 additions and 1 deletions

View file

@ -164,6 +164,7 @@ RankModule.prototype.handleRankChange = function (user, data) {
user.socket.emit("channelRankFail", {
msg: "Updating user rank failed: " + err
});
return;
}
self.channel.logger.log("[mod] " + user.getName() + " set " + data.name +
"'s rank to " + rank);