mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:57:11 +02:00
Update Pal.qml
This commit is contained in:
parent
f067feb37a
commit
6f7bfbc053
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ Rectangle {
|
||||||
width: 32;
|
width: 32;
|
||||||
height: 32;
|
height: 32;
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Users[styleData.role](model.sessionId, Users.BAN_BY_USERNAME | Users.BAN_BY_FINGERPRINT | Users.BAN_BY_IP); // Ban params add up to 7 from Users.BAN_BY_USERNAME | Users.BAN_BY_FINGERPRINT | Users.BAN_BY_IP
|
Users[styleData.role](model.sessionId, Users.BAN_BY_USERNAME | Users.BAN_BY_FINGERPRINT | Users.BAN_BY_IP);
|
||||||
UserActivityLogger["palAction"](styleData.role, model.sessionId);
|
UserActivityLogger["palAction"](styleData.role, model.sessionId);
|
||||||
if (styleData.role === "kick") {
|
if (styleData.role === "kick") {
|
||||||
nearbyUserModelData.splice(model.userIndex, 1);
|
nearbyUserModelData.splice(model.userIndex, 1);
|
||||||
|
|
Loading…
Reference in a new issue