mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
missing the ban button
This commit is contained in:
parent
3610d5ddeb
commit
d0cdd4d5c1
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Rectangle {
|
|||
datum[property] = false;
|
||||
}
|
||||
}
|
||||
['mute', 'spacer', 'ignore', 'ban'].forEach(init);
|
||||
['ignore', 'spacer', 'mute', 'kick'].forEach(init);
|
||||
datum.userIndex = userIndex++;
|
||||
userModel.append(datum);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue