mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
update name of function
This commit is contained in:
parent
8f51ee6f58
commit
1315201bdc
1 changed files with 2 additions and 2 deletions
|
@ -1226,7 +1226,7 @@ function update() {
|
|||
|
||||
Messages.subscribe('Hifi-Hand-Disabler');
|
||||
|
||||
handleBeamDisablerMessages = function(channel, message, sender) {
|
||||
handleHandDisablerMessages = function(channel, message, sender) {
|
||||
|
||||
if (sender === MyAvatar.sessionUUID) {
|
||||
handToDisable = message;
|
||||
|
@ -1240,7 +1240,7 @@ handleBeamDisablerMessages = function(channel, message, sender) {
|
|||
|
||||
}
|
||||
|
||||
Messages.messageReceived.connect(handleBeamDisablerMessages);
|
||||
Messages.messageReceived.connect(handleHandDisablerMessages);
|
||||
|
||||
function cleanup() {
|
||||
rightController.cleanup();
|
||||
|
|
Loading…
Reference in a new issue