mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix Travis/unittest broken since b662a45
This commit is contained in:
parent
9762650f97
commit
f727f54192
4 changed files with 12 additions and 11 deletions
|
@ -175,7 +175,7 @@ struct BufferedPacket
|
|||
Buffer<u8> data; // Data of the packet, including headers
|
||||
float time; // Seconds from buffering the packet or re-sending
|
||||
float totaltime; // Seconds from buffering the packet
|
||||
unsigned int absolute_send_time;
|
||||
u64 absolute_send_time;
|
||||
Address address; // Sender or destination
|
||||
unsigned int resend_count;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue