Nicolas Weeger - 2024-05-01

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).