Skip to content
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

[BUG] Full inventory, cannot take items > Given items are lost #618

Open
ayvaniniyisi opened this issue Feb 12, 2025 · 0 comments
Open

[BUG] Full inventory, cannot take items > Given items are lost #618

ayvaniniyisi opened this issue Feb 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ayvaniniyisi
Copy link

ayvaniniyisi commented Feb 12, 2025

Summary

Full inventory, cannot take items > Given items are lost

Reproduction

  1. Player # 1 has a full inventory (by weight).
  2. Player # 2 gives some items to Player # 1.
  3. Player # 1 cannot see the given items in the inventory because it is full.
  4. Player # 2 does not get the items back.
  5. The items that Player # 2 gave to Player # 1 are actually lost.

Expected behavior

If the inventory is full and another player gives me something, I can't get the items because my inventory is full. But the problem is that the items that the other player gives are lost in this case.

The items should be returned to the giver.

Actual behavior

If the inventory is full, you cannot accept any items.

The given items should be returned to the giver.

Additional context

No response

Last Updated

qb-inventory Version 2.0.0

Custom Resources

No - I use qb-target

Resource Rename

No - It is called qb-inventory

@ayvaniniyisi ayvaniniyisi added the bug Something isn't working label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant