mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 18:09:35 -04:00
Remove the 'reliable' boolean field from LDNPacket and ProxyPacket structs and all associated serialization/deserialization logic. All packets now use reliable delivery by default via ENet layer, matching the legacy format for full backward compatibility. Signed-off-by: Zephyron <zephyron@citron-emu.org>