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

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.70.2",
"version": "3.70.3",
"repository": {
"url": "http://github.com/calzoneman/sync"
},

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);