Minor test, works

This commit is contained in:
hydrabolt
2015-10-04 00:23:19 +01:00
parent b130b2400b
commit 154300dfbd
3 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ var Server = (function () {
if (oldRole) {
var index = this.roles.indexOf(oldRole);
this.roles[index] = new ServerPermissions(permissionGroup);
this.roles[index] = new ServerPermissions(data);
return this.roles[index];
} else {