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]: item piles are too aggresively clean away #3447

Closed
ante185 opened this issue Nov 30, 2024 · 2 comments · Fixed by #3462
Closed

[Bug]: item piles are too aggresively clean away #3447

ante185 opened this issue Nov 30, 2024 · 2 comments · Fixed by #3462
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@ante185
Copy link

ante185 commented Nov 30, 2024

Describe the bug

When using a loot crate and it becomes full in the process of looting, too often you can see that the leftover pile of stuff you've failed to loot be deleted in front of your eyes.

How to reproduce

Unknown, presumably this occurs due to infrequent garbage cleans and too much dead stuff laying around on the server.

Version

3.7.0

Have you altered the code?

No

What i have changed

No response

Map

Any

What server?

Community Server 1, Community Server 2, Community Test Server, Community Test Server 2

Time bug occured (Server time/UTC)

No response

Mods

No response

Additional context

No response

@ante185 ante185 added the Bug Something isn't working label Nov 30, 2024
@jaj22
Copy link
Collaborator

jaj22 commented Dec 2, 2024

It was intentional (LTC leftovers are added to the start of the postmortem queue rather than the end), but shouldn't be done in the case where the target filled up, as against when all the items were already unlocked. Will see if there's an easy workaround, otherwise can stick them on the end of the queue like everything else.

@jaj22
Copy link
Collaborator

jaj22 commented Dec 2, 2024

Oh yeah, it already flags the cases for the hint message, so it's a straightforward fix.

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

Successfully merging a pull request may close this issue.

3 participants