[FEATURE] Add configuration option for retrieval type
ginsm opened this issue ยท 1 comments
Describe the solution you'd like
There should be an option to choose between 3 retrieval types:
ON_BREAKON_RIGHTCLICKON_SHIFT
I'd need to figure out an all-inclusive option (ON_ALL?) while allowing for a mixture of the 3 retrieval types as well.
Commit a5e7a4d implements this:
Players should now be able to choose between 3 break options:
- ON_BREAK
- ON_USE
- ON_BOTH (default) - provides usage of both ON_BREAK and ON_USE
Closing this.