mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
day/night working client side
This commit is contained in:
@@ -445,6 +445,7 @@ Peer::Peer(u16 a_id, Address a_address)
|
||||
address = a_address;
|
||||
timeout_counter = 0.0;
|
||||
//resend_timeout = RESEND_TIMEOUT_MINIMUM;
|
||||
ping_timer = 0.0;
|
||||
resend_timeout = 0.5;
|
||||
avg_rtt = -1.0;
|
||||
has_sent_with_id = false;
|
||||
|
Reference in New Issue
Block a user