1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-16 10:09:14 -05:00

add "advanced" search functionality

This commit is contained in:
RaidMax
2023-01-23 16:38:16 -06:00
parent c961d4e953
commit 4c51d86fae
24 changed files with 771 additions and 44 deletions

View File

@ -22,7 +22,7 @@ public class GeoLocationService : IGeoLocationService
try
{
using var reader = new DatabaseReader(_sourceAddress);
reader.TryCountry(address, out country);
country = reader.Country(address);
}
catch
{