From 306c54c0605baa318ff0c6ab07c509113f5eac5b Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 19 Dec 2018 12:28:23 -0800 Subject: [PATCH] fix code that allows adjusting of own avatar entities while forbidding adjusting those of others --- scripts/system/libraries/controllerDispatcherUtils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/libraries/controllerDispatcherUtils.js b/scripts/system/libraries/controllerDispatcherUtils.js index e8d15c9b59..221af07474 100644 --- a/scripts/system/libraries/controllerDispatcherUtils.js +++ b/scripts/system/libraries/controllerDispatcherUtils.js @@ -155,6 +155,7 @@ DISPATCHER_PROPERTIES = [ "grab.equippableIndicatorScale", "grab.equippableIndicatorOffset", "userData", + "avatarEntity", "owningAvatarID" ];