mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02:00
don't enable hold actions from remote nodes
This commit is contained in:
parent
fbede0a23f
commit
a0fd75c54f
1 changed files with 2 additions and 1 deletions
|
@ -190,5 +190,6 @@ void AvatarActionHold::deserialize(QByteArray serializedArguments) {
|
|||
|
||||
_parametersSet = true;
|
||||
|
||||
_active = true;
|
||||
// XXX don't enable hold actions from remote nodes
|
||||
// _active = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue