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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user