Fixed markergroup bugs. Improved wakes. Still WIP

This commit is contained in:
Calum
2017-04-27 11:58:50 +12:00
parent 245bd184b4
commit 65c0e6f77d
6 changed files with 142 additions and 62 deletions
@@ -96,7 +96,8 @@ public class StreamParser extends Thread{
extractAvgWind(packet);
break;
default:
System.out.println(packet.getType().toString());
break;
//System.out.println(packet.getType().toString());
}
}