mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:07:22 +01:00
handle unknown continent
This commit is contained in:
parent
51be5ccd57
commit
880676de09
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class GeoIPService : IHostedService
|
|||
}
|
||||
}
|
||||
|
||||
return continent;
|
||||
return continent ?? "*";
|
||||
}
|
||||
|
||||
return "*";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue