#document

This commit is contained in:
Calum
2017-09-26 01:12:43 +13:00
parent 83871a0336
commit e990c68d40
3 changed files with 2 additions and 3 deletions
@@ -72,7 +72,7 @@ public class ClientToServerThread implements Runnable {
private Timer upWindPacketTimer = new Timer();
private Timer downWindPacketTimer = new Timer();
private boolean upwindTimerFlag = false, downwindTimerFlag = false;
static public final int PACKET_SENDING_INTERVAL_MS = 100;
public static final int PACKET_SENDING_INTERVAL_MS = 100;
private int clientId = -1;