mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 19:36:47 +02:00
Fix hand not being reenabled on unequip with bow
This commit is contained in:
parent
09dd68ae37
commit
c990849bf8
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
},
|
||||
|
||||
unload: function() {
|
||||
this.deleteStrings();
|
||||
Messages.sendLocalMessage('Hifi-Hand-Disabler', "none");
|
||||
Entities.deleteEntity(this.arrow);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue