INFO
Server owners: update query ports!
As mentioned above, server owners need to define a dedicated query port and game port with this update. Failure to do so will result in players potentially not being able to see or connect to your server. These can no longer share the same port:
server.port
server.queryport
Example of a good config:
server.port 28015
server.queryport 28016
OR
server.port 28016
server.queryport 28015
Example of a bad config:
server.port 28015
server.queryport 28015
By default, if server.queryport is not set, the server will use the port above the game port as the query port. The queryport and the rcon port should be able to share the same port.