Don't crash (due to replay file being in use) if we have two instances of the game playing

This commit is contained in:
Scott_NZ
2013-02-25 21:12:14 +13:00
parent e57de0ebce
commit b5bd6191c2
2 changed files with 16 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ namespace OpenRA
static string ChooseReplayFilename()
{
return DateTime.UtcNow.ToString("OpenRA-yyyy-MM-ddTHHmmssZ.rep");
return DateTime.UtcNow.ToString("OpenRA-yyyy-MM-ddTHHmmssZ");
}
static void JoinInner(OrderManager om)