#story[1188]
@ -22,7 +22,7 @@ public class HostedGamesRequestDecoder implements MessageDecoder{
int byteIndex = 4;
for (int i = 0; i < numberOfGames; i++){
knownGames.add((HostGame) lineDecoder.decode(Arrays.copyOfRange(encodedMessage, byteIndex, byteIndex+14)));
byteIndex += 14;
byteIndex += 13;
}
return new HostGamesRequest(knownGames);