Open catgirlseraid opened 2 weeks ago
This bug also affects /gfs
, so maybe it can be done somewhere in the code where it affects sacks in general?
I had an open PR for this but I need to get around to finishing it. I don't remember if my implementation fixed it for item pickup log.
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.
What
hay bale (wheat) is HAY_BLOCK but hay bale (furniture) gets HAY_BALE
when internal name gets resolved from the sack pickup message it incorrectly resolves to the wrong block. this fixes it for itempickup log for now until the internalname system is changed with the removal of neu. this fix works since there is no way for furniture to end up in the sack change message
Changelog Fixes