diff --git a/lib/coopnet/linux/libcoopnet.a b/lib/coopnet/linux/libcoopnet.a index 91bf4e2d..6f0a00de 100644 Binary files a/lib/coopnet/linux/libcoopnet.a and b/lib/coopnet/linux/libcoopnet.a differ diff --git a/src/pc/network/packets/packet_ping.c b/src/pc/network/packets/packet_ping.c index 2670648e..467538bb 100644 --- a/src/pc/network/packets/packet_ping.c +++ b/src/pc/network/packets/packet_ping.c @@ -14,11 +14,11 @@ void network_send_ping(struct NetworkPlayer* toNp) { packet_write(&p, ×tamp, sizeof(f64)); network_send_to(toNp->localIndex, &p); - //LOG_INFO("tx ping"); + LOG_INFO("tx ping"); } void network_receive_ping(struct Packet* p) { - //LOG_INFO("rx ping"); + LOG_INFO("rx ping"); u8 globalIndex; f64 timestamp;