Prevent useless keep-alive packets
This commit is contained in:
parent
fa0f195c92
commit
587b52f1be
|
@ -115,6 +115,7 @@ void network_send(struct Packet* p) {
|
|||
p->localIndex = i;
|
||||
network_send_to(i, p);
|
||||
}
|
||||
gLastNetworkSend = clock();
|
||||
}
|
||||
|
||||
void network_receive(u8 localIndex, u8* data, u16 dataLength) {
|
||||
|
|
Loading…
Reference in New Issue