We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When item drops on floor and you pick it up as a medic, it's supposed to stay on character.
When you drop item on the floor as a medic and pick it up, your whole inventory disappears.
This only happens on medics. Cop & Civ is okay
Buy something default from weapon shop (FirstAidKit) > Drop it on the floor and pick it back up = loss of whole inventory
Nothing on ExtDB Logs:
Server RPT: https://pastebin.com/6LGH0rD3
Client RPT: https://pastebin.com/rtkfWqJF
Mission version: 5.X.X
Launcher version: Latest
Game version: Latest
Branch: Stable?
The text was updated successfully, but these errors were encountered:
https://github.com/AsYetUntitled/Framework/blob/v5.X.X/Altis_Life.Altis/config/Config_Master.hpp#L92 If this var is set to false you should be OK. The issue with the code is half the items in ArmA are technically weapons (as they're found in CfgWeapons) so really we need better detection whether it is actually a weapon.
Sorry, something went wrong.
It was in my eyes. Yeah it fixed it, but why is FAK a weapon........ Like some of these aren't even weapons haha.
No branches or pull requests
Expected behaviour
When item drops on floor and you pick it up as a medic, it's supposed to stay on character.
Actual behaviour
When you drop item on the floor as a medic and pick it up, your whole inventory disappears.
This only happens on medics. Cop & Civ is okay
Steps to reproduce the behaviour
Buy something default from weapon shop (FirstAidKit) > Drop it on the floor and pick it back up = loss of whole inventory
RPT and/or extDB3 logs (if applicable)
Nothing on ExtDB Logs:
Server RPT:
https://pastebin.com/6LGH0rD3
Client RPT:
https://pastebin.com/rtkfWqJF
Mission version: 5.X.X
Launcher version: Latest
Game version: Latest
Branch: Stable?
The text was updated successfully, but these errors were encountered: