Compare commits

..
Author SHA1 Message Date
9a945c875c Update Rust crate ctor to v1.0.12
Some checks failed
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
2026-08-08 01:47:29 +00:00
c351a8826a friends bugfix
All checks were successful
Build and Test / mario-tennis (push) Successful in 6m23s
Build and Test / minecraft-wiiu (push) Successful in 6m41s
Build and Test / wii-u-chat (push) Successful in 6m45s
Build and Test / super-mario-maker (push) Successful in 6m59s
Build and Test / splatoon (push) Successful in 6m59s
Build and Test / splatoon-testfire (push) Successful in 7m20s
Build and Test / wii-sports-club (push) Successful in 8m18s
Build and Test / puyopuyo (push) Successful in 8m25s
Build and Test / fast-racing-neo (push) Successful in 8m25s
Build and Test / friends (push) Successful in 8m48s
Build and Test / sonic-transformed (push) Successful in 9m23s
2026-08-08 03:34:59 +02:00

View file

@ -292,7 +292,6 @@ impl<C: Crypto> Server<C> {
unacknowledged_packets: HashMap::new(),
packet_buffer: vec![],
packet_queue: HashMap::new(),
packet_buffer: vec![],
}),
});