Fixed
- Stack-deposit ("fast transfer") works again on game 0.8.1 — the IL transpiler that powers it targeted
IdleManager.FindActivity, but 0.8.1 moved the autopilot cargo-deposit call into a newDropFoundItemmethod, so the patch silently self-disabled. The toggle still showed in-game, but cargo drained one unit per tick. Retargeted the transpiler toDropFoundItem, where the deposit callsite now lives.
Full changelog: v0.5.0...v0.5.1