content/hifi-content/DomainContent/Welcome Area/production/voxelPaint5/voxel-paint-aether.js
2022-02-13 22:49:05 +01:00

11 lines
383 B
JavaScript

(function() {
this.leaveEntity = function() {
// While leaving the aether disable the hands short
Script.setTimeout(function() {
Messages.sendLocalMessage('Hifi-Hand-Disabler', 'both');
Script.setTimeout(function() {
Messages.sendLocalMessage('Hifi-Hand-Disabler', 'none');
}, 500);
}, 500);
};
});