Webpack build for branch master: 7ffbbc7f07

This commit is contained in:
Travis CI 2017-04-01 14:29:59 +00:00
parent 6c1fa29846
commit f4d89c9b5c
2 changed files with 2 additions and 2 deletions

View file

@ -2361,7 +2361,7 @@ class Role {
* @type {number} * @type {number}
*/ */
get calculatedPosition() { get calculatedPosition() {
const sorted = this.guild._sortedRoles(); const sorted = this.guild._sortedRoles;
return sorted.array().indexOf(sorted.get(this.id)); return sorted.array().indexOf(sorted.get(this.id));
} }

File diff suppressed because one or more lines are too long