Fix IPAddress capitalization.

This commit is contained in:
Paul Chote
2020-01-11 13:11:23 +00:00
committed by abcdefg30
parent 38cb818469
commit d6436858a9
3 changed files with 6 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ namespace OpenRA.Network
// The full IP address is required for the IP banning moderation feature
// but we must not share the un-anonymized address with other players.
[FieldLoader.Ignore]
public string IpAddress;
public string IPAddress;
public string AnonymizedIPAddress;
public string Location;