Fix hand not being reenabled on unequip with bow

This commit is contained in:
Ryan Huffman 2016-11-29 14:37:09 -08:00
parent 09dd68ae37
commit c990849bf8

View file

@ -130,7 +130,7 @@
}, },
unload: function() { unload: function() {
this.deleteStrings(); Messages.sendLocalMessage('Hifi-Hand-Disabler', "none");
Entities.deleteEntity(this.arrow); Entities.deleteEntity(this.arrow);
}, },