Merge pull request #12077 from pchote/crashlog-dates

Include dates in crash/sync log filenames.
This commit is contained in:
Oliver Brakmann
2016-09-21 17:54:06 +02:00
committed by GitHub
4 changed files with 10 additions and 5 deletions

View File

@@ -152,6 +152,7 @@ namespace OpenRA.Server
Map = settings.Map,
ServerName = settings.Name,
EnableSingleplayer = settings.EnableSingleplayer || !dedicated,
GameUid = Guid.NewGuid().ToString()
}
};