Hide location and IP labels if not known.

This commit is contained in:
Paul Chote
2020-01-11 12:45:48 +00:00
committed by abcdefg30
parent d74a5065b9
commit 422cc2b0d0
5 changed files with 45 additions and 26 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenRA.Network
}
}
return "Unknown Location";
return null;
}
}
}