Not exactly an overflow, but the pickup mode is coded using an uint32_t, and cursed collides with debug...
Unfortunately to fix that I fear we'll have to change the protocol to use a uint64_t instead, which won't be immediate (handling of old clients and such).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the bug report :)
Not exactly an overflow, but the pickup mode is coded using an uint32_t, and cursed collides with debug...
Unfortunately to fix that I fear we'll have to change the protocol to use a uint64_t instead, which won't be immediate (handling of old clients and such).