Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
useExternalAV: Improve the regex when finding the server address
If the URL starts with `game.`, the original regex would catch the full address and break the URL. Make it so we ignore `game` if it is after `//`.
- Loading branch information