3.9.0, chainable string modifiers

This commit is contained in:
hydrabolt
2015-10-25 19:27:43 +00:00
parent f9679879f2
commit b61c64fa48
6 changed files with 82 additions and 50 deletions

View File

@@ -52,9 +52,6 @@ class Member extends User{
}
}
for(var perm of affectingOverwrites){
console.log("hey", perm.attachFiles);
}
if(affectingOverwrites.length === 0 && affectingMemberOverwrites.length === 0){
return new EvaluatedPermissions(this.evalPerms.packed);