Closed coavins closed 11 months ago
Call self.character:setPrimaryHandItem(nil) after removing the item from the inventory. This seems to be what TIS is doing elsewhere.
self.character:setPrimaryHandItem(nil)
Resolves #95
For guidelines on how to best create a Pull Request for this project, please refer to "How to create a Pull Request"
By submitting this pull request, I confirm that my contributions are made under the terms of the project's license.
Pull Request
Description
Call
self.character:setPrimaryHandItem(nil)
after removing the item from the inventory. This seems to be what TIS is doing elsewhere.Related Issues
Resolves #95
Checklist
Additional Notes
How to create a good Pull Request
For guidelines on how to best create a Pull Request for this project, please refer to "How to create a Pull Request"
By submitting this pull request, I confirm that my contributions are made under the terms of the project's license.