29.06.2012, 20:25
Very nice class ! I used it as example for my own query class for my Android App.
And I found a small mistake at the line 323. The array size you defined for the reply is too small (1024), you should set it at 3072 because if you try to get the detailed player list of a server with a lot of players on it, it will cause an exception.
And I found a small mistake at the line 323. The array size you defined for the reply is too small (1024), you should set it at 3072 because if you try to get the detailed player list of a server with a lot of players on it, it will cause an exception.