Skip to content

Commit

Permalink
Separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed Mar 15, 2019
1 parent cd3ad0a commit c6b1e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AuroraGUI/Tools/IpTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static string GeoIpLocal(string ipStr, bool onlyCountryCode = false)
organization = "";

if (onlyCountryCode) return countryCode;
return countryCode + ", " + organization;
return countryCode + " " + organization;
}
catch (Exception e)
{
Expand Down

0 comments on commit c6b1e6e

Please sign in to comment.