-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSW - Improved weapon attachments handling #9904
Conversation
I am not a fan of this. The progress bar continuing when you dont have the weapon is kinda bad UX, it should just fail when the item is removed. Likewise, the initial decision was to “simulate” the weapon being setup. This seems like change just for changes sake |
Yea, I can add that.
It's not intended to be. I find it unnecessary to remove a weapon, only to have to add it back again if you cancel. It means we also have to handle all attachments, which we currently don't do. |
Wouldn’t the attachments would be killed when the weapon is removed and placed as a vehicle anyway? Logic needs to exist anyway for that edge case. |
Currently yes, I still need to add handling of attachments. Imo it's just easier to remove upon success, but I can revert the behaviour. |
I’d like another person to comment on it, I am not so against this I will just block it but I just see it as unnecessary |
@TheCandianVendingMachine I've removed the part where it only removes the weapon upon successful completion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheCandianVendingMachine any further thoughts? LGTM
When merged this pull request will:
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.