Project Zomboid

Project Zomboid

Tidy Up Meister
setIgnoreRemoveSandbox(true) Suggestions
Hey, so when you use this mod to return items to the ground after using them, it uses the default transfer/drop method, so if you have the sandbox setting on to delete items on the ground they get deleted. But if you use setIgnoreRemoveSandbox(true) on the worlditem after its placed it wont get deleted. Its the method the base game uses when you right click an item and "place" it. So i was just wondering if you could incorporate that somehow into the code for when items get returned to the ground.