mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +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');
|
Messages.subscribe('Hifi-Hand-Disabler');
|
||||||
|
|
||||||
handleBeamDisablerMessages = function(channel, message, sender) {
|
handleHandDisablerMessages = function(channel, message, sender) {
|
||||||
|
|
||||||
if (sender === MyAvatar.sessionUUID) {
|
if (sender === MyAvatar.sessionUUID) {
|
||||||
handToDisable = message;
|
handToDisable = message;
|
||||||
|
@ -1240,7 +1240,7 @@ handleBeamDisablerMessages = function(channel, message, sender) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Messages.messageReceived.connect(handleBeamDisablerMessages);
|
Messages.messageReceived.connect(handleHandDisablerMessages);
|
||||||
|
|
||||||
function cleanup() {
|
function cleanup() {
|
||||||
rightController.cleanup();
|
rightController.cleanup();
|
||||||
|
|
Loading…
Reference in a new issue