Merge pull request #94 from daleglass-overte/fix-simplified-nametag

Fix "Error: Can't find variable: blockedsKeyPressed in simplifiedNametag
This commit is contained in:
Dale Glass 2022-06-21 21:21:14 +02:00 committed by GitHub
commit 2269cc205c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ function unload() {
Window.domainChanged.disconnect(onDomainChange);
AvatarManager.avatarRemovedEvent.disconnect(onAvatarRemoved);
AvatarManager.avatarAddedEvent.disconnect(onAvatarAdded);
Controller.keyPressEvent.disconnect(blockedsKeyPressed);
Controller.keyPressEvent.disconnect(blockedKeysPressed);
Controller.keyReleaseEvent.disconnect(blockedKeysReleased);
}