mirror of https://github.com/calzoneman/sync.git
Fix UI bug (#872)
This commit is contained in:
parent
a85b379f17
commit
4f5cd7d741
|
@ -2,7 +2,7 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.70.2",
|
"version": "3.70.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
|
|
|
@ -164,6 +164,7 @@ RankModule.prototype.handleRankChange = function (user, data) {
|
||||||
user.socket.emit("channelRankFail", {
|
user.socket.emit("channelRankFail", {
|
||||||
msg: "Updating user rank failed: " + err
|
msg: "Updating user rank failed: " + err
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
self.channel.logger.log("[mod] " + user.getName() + " set " + data.name +
|
self.channel.logger.log("[mod] " + user.getName() + " set " + data.name +
|
||||||
"'s rank to " + rank);
|
"'s rank to " + rank);
|
||||||
|
|
Loading…
Reference in New Issue