Don't crash (due to replay file being in use) if we have two instances of the game playing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user