Closed fcavro closed 13 years ago
In SourceQuery.info() line 226 and 239:
result['version'] = packet.getByte() … result['version'] = packet.getString()
Maybe you name the first one "protocol_version" or the second "game_version".
thanks, fixed
In SourceQuery.info() line 226 and 239:
result['version'] = packet.getByte() … result['version'] = packet.getString()
Maybe you name the first one "protocol_version" or the second "game_version".