Fixed all known bugs

This commit is contained in:
Jason Watkins
2015-04-03 10:43:07 -07:00
parent b783b40073
commit 494d661d52
2 changed files with 7 additions and 9 deletions

View File

@@ -335,6 +335,7 @@ public class XPlaneConnect implements AutoCloseable
os.write(0xFF); //Placeholder for message length
os.write(drefBytes.length);
os.write(drefBytes, 0, drefBytes.length);
os.write(value.length);
os.write(bb.array());
sendUDP(os.toByteArray());
}