mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 19:36:45 +02:00
Fix "Error: Can't find variable: blockedsKeyPressed in simplifiedNametag/simplifiedNametag.js:94"
This commit is contained in:
parent
95ebe6bab0
commit
1048c3bd92
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue