Quote Originally Posted by clem585 View Post
just use:

Code:
int playerIndex = stream.readUnsignedShort();
boolean forceRun = stream.read128Byte() == 1;
then
oh wow thanks,