Fixed the fix and built

This commit is contained in:
abalabahaha
2015-12-11 21:22:29 -08:00
parent 6ed6932e24
commit cd4a70cfb2
7 changed files with 270 additions and 286 deletions

View File

@@ -65,8 +65,6 @@ var Server = (function (_Equality) {
this.afkChannelID = data.afk_channel_id;
this.memberMap = {};
this.members.setHighPerformance();
var self = this;
data.roles.forEach(function (dataRole) {
@@ -118,8 +116,6 @@ var Server = (function (_Equality) {
}
}
}
this.members.setNormalPerformance();
}
Server.prototype.detailsOf = function detailsOf(user) {