UDPServerQuery Fix 

For protective reason as much as for fixing broken code, we have decided to implement our updated UPDServerQuery actor. And to be sport about it, we even included the code from BDB for seeing teams score in UTWatcher but it is optional and off by default. 

To setup the fixed UDPServerQuery, you need to find the line that says ServerActors=IpServer.UdpServerQuery in the [Engine.GameEngine] section of UnrealTournament.ini (or whatever name you gave to your server ini file) and replace it with the following: 

ServerActors=PureIpServer.PureUdpServerQuery 

If you wish to disable support Team Info from the ServerQuery, you need to add the following to the server ini file (usually UnrealTournament.ini): 

[PureIpServer.PureUdpServerQuery] 
bSendTeamInfo=false