ServerRoleCreate listener

This commit is contained in:
hydrabolt
2015-11-01 15:12:33 +00:00
parent 5b7a3dd3a1
commit 4d8cd20cf5
10 changed files with 37 additions and 26 deletions

View File

@@ -63,7 +63,7 @@ var Server = (function (_Equality) {
});
data.roles.forEach(function (dataRole) {
_this.roles.add(new Role(dataRole, _this));
_this.roles.add(new Role(dataRole, _this, client));
});
}