scroll.server/crates/logic
WiseDev 9f1f9a7cef read the sector command fields the way round they are sent
the checksum goes out first and the tick second: setClientChecksum writes
[+0x50] and setClientTick writes [+0x54], and encode writes [+0x50]
before [+0x54]. we had them the other way about, which is why the log
showed a tick full of noise and a checksum climbing by forty-one a
message - the tick was being read as the checksum.
2026-08-23 14:05:43 +03:00
..
src read the sector command fields the way round they are sent 2026-08-23 14:05:43 +03:00
Cargo.toml move players and accounts into postgres 2026-08-23 08:40:13 +03:00