frostschutz / SourceLib

Python implementation of Valve Source Dedicated Server Query/RCON/Log protocols.
39 stars 20 forks source link

Overridden value in result dict #6

Closed fcavro closed 13 years ago

fcavro commented 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".

frostschutz commented 13 years ago

thanks, fixed