Changed TimestampFormat for server logs

Changed TimestampFormat for server logs
This commit is contained in:
Glenn Martin Jensen
2015-08-10 16:25:56 +02:00
parent 22184a6791
commit 441f23d1e6

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() { }