mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +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() {
|
unload: function() {
|
||||||
this.deleteStrings();
|
Messages.sendLocalMessage('Hifi-Hand-Disabler', "none");
|
||||||
Entities.deleteEntity(this.arrow);
|
Entities.deleteEntity(this.arrow);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue