Require GeoLite2 database path to be specified by the server operator.
This commit is contained in:
@@ -97,6 +97,9 @@ namespace OpenRA.Network
|
||||
/// <summary>URL to a 32x32 px icon for the mod.</summary>
|
||||
public readonly string ModIcon32 = "";
|
||||
|
||||
/// <summary>GeoIP resolved server location.</summary>
|
||||
public readonly string Location = "";
|
||||
|
||||
/// <summary>Password protected</summary>
|
||||
public readonly bool Protected = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user