Merge pull request #9026 from baxxxster/bleed

Changed TimestampFormat for server logs
This commit is contained in:
Matthias Mailänder
2015-08-13 21:16:23 +02:00

View File

@@ -72,7 +72,7 @@ namespace OpenRA
[Desc("Disallow AI bots.")]
public bool LockBots = false;
public string TimestampFormat = "HH:mm";
public string TimestampFormat = "s";
public ServerSettings() { }